Exposes the read-only input stream for the current script.
object.StdIn
WScript object.
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.
WScript Object