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 Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by danileite

  1. danileite

    Using Environment Variable with cscript and vbs file

    Hey all, this issue was solved. This ran with success using the following command: SET TEST = "cscript %DRIVE%folder\file.vbs" %TEST% Simple! :)
  2. danileite

    Using Environment Variable with cscript and vbs file

    Hello all, I'm facing an issue when I try using a environment variable with cscript. I have a cmd file that contains the follow command: cscript c:\folder\file.vbs My problem is: I cannot use a fixed drive. So I created a environment variable where I set the drive value. This variable is...

Part and Inventory Search

Back
Top