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. ====== ShowUsage ====== Method of [[:scripting:api:wsh-arguments:start|IWshArguments]] ===== Description ===== Makes a script self-documenting by displaying information about how it should be used ===== Syntax ===== ==== JavaScript ==== <code javascript> WshArguments.ShowUsage(); </code>==== Visual Basic Script ==== <code vb> WshArguments.ShowUsage </code>==== C++ ==== <code cpp> HRESULT hr = WshArguments.ShowUsage(); </code>===== See Also ===== [[:scripting:api:wsh-arguments:start|IWshArguments]] ~~NOTOC~~