====== Arguments ======
Property of [[:scripting:api:wscript:start|IWScript]]
===== Description =====
Returns the WshArguments object (a collection of arguments)
===== Property type =====
Read-Only Property of type **[[:scripting:api:wsh-arguments:start|IWshArguments]]**
===== Syntax =====
==== JavaScript ====
var pArguments = WScript.Arguments;
==== Visual Basic Script ====
pArguments = WScript.Arguments
==== C++ ====
CComPtr pArguments;
HRESULT hr = WScript.get_Arguments(&pArguments);
===== See Also =====
[[:scripting:api:wscript:start|IWScript]]
~~NOTOC~~