Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RealGazza

    Passing arguments to vbscript

    A little more research and I found WScript.Arguments A collection of the arguments passed to the script. Cheers GWG
  2. RealGazza

    Passing arguments to vbscript

    Hi I am writing a little script using vbscript to perform a number of actions on some files I have. Now, I want to be able to pass a few arguments to this script. If I was using batch, I could do 'mybatch.bat Arg1 Arg2' and refer to these with %1 and %2 within the script. Is this possible to...

Part and Inventory Search

Back
Top