Show pageOld revisionsBacklinksAdd to bookBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== 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 ==== <code javascript> var pArguments = WScript.Arguments; </code>==== Visual Basic Script ==== <code vb> pArguments = WScript.Arguments </code>==== C++ ==== <code cpp> CComPtr<IWshArguments> pArguments; HRESULT hr = WScript.get_Arguments(&pArguments); </code>===== See Also ===== [[:scripting:api:wscript:start|IWScript]] ~~NOTOC~~