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