WScript.StdIn (Property)

A read-only stream used for input.

Availability:

JScript - 3.0
Property/method value type:TextStream object
JavaScript syntax:WSHmyStream = WScript.StdIn

This is only available to WSH scripts being executed from a command line interface. It provides a way for the scripts to receive messages input from the caller.