Windows Script Host  

StdIn Property (WScript)

Exposes the read-only input stream for the current script.

object.StdIn 

Arguments

object
WScript object.

Remarks

The StdIn property returns an object representing the standard input 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 | Read Method | ReadAll Method | ReadLine Method | Skip Method | SkipLine Method | AtEndOfLine Property | Close Method | Column Property | Line Property (WScript)