====== StdIn ====== Property of [[:scripting:api:wscript:start|IWScript]] ===== Description ===== Exposes the read-only input stream for the current script ===== Property type ===== Read-Only Property of type **[[:scripting:api:wsh-text-stream:start|IWshTextStream]]** ===== Syntax ===== ==== JavaScript ==== var ppts = WScript.StdIn; ==== Visual Basic Script ==== ppts = WScript.StdIn ==== C++ ==== CComPtr ppts; HRESULT hr = WScript.get_StdIn(&ppts); ===== See Also ===== [[:scripting:api:wscript:start|IWScript]] ~~NOTOC~~