Windows Script Host  

StdOut Property (WScript)

Exposes the write-only output stream for the current script.

object.StdOut 

Arguments

object
WScript object.

Remarks

The StdOut property returns an object representing the standard output stream. The StdIn, StdOut, and StdErr streams can be accessed while using CScript.exe only. Attempting to access these streams while using WScript.exe produces an error.

See Also

Error Messages | WScript Object | Write Method | WriteBlankLines Method | WriteLine Method | Close Method | Column Property | Line Property (WScript)