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 TouchToneTommy 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: *

  • Users: tgif1
  • Order by date
  1. tgif1

    Calling .exe in VBScript and passing arguments

    Yes, I tried quotes, parentheses, ampersand symbols, I did ot have any luck with it. The problem is trying to pass the arguments to the .exe file. The WsnShell.Run command is only looking for the .exe file and not the arguments. Is there another command that will do this?
  2. tgif1

    Calling .exe in VBScript and passing arguments

    I am trying to run an executable file within VBScript. I am using the WshShell.Run command to do this but and unsuccessful. I have to pass argument to the executable to run. Sample code: Set WshShell = WScript.CreateObject("WScript.Shell") WshShell.Run C:\home\robocopy.exe...

Part and Inventory Search

Back
Top