Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Exposes the read-only input stream for the current script.
Syntax
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.
Applies To:
See Also
Error Messages (Windows Script Host)
Read Method (Windows Script Host)
ReadAll Method (Windows Script Host)
ReadLine Method (Windows Script Host)
Skip Method (Windows Script Host)
SkipLine Method (Windows Script Host)
AtEndOfLine Property (Windows Script Host)
Close Method (Windows Script Host)
Column Property (Windows Script Host)
Line Property (WScript)
TextStream Object