====== StdErr ======
Property of [[:scripting:api:wscript:start|IWScript]]
===== Description =====
Exposes the write-only error 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.StdErr;
==== Visual Basic Script ====
ppts = WScript.StdErr
==== C++ ====
CComPtr ppts;
HRESULT hr = WScript.get_StdErr(&ppts);
===== See Also =====
[[:scripting:api:wscript:start|IWScript]]
~~NOTOC~~