/build/static/layout/Breadcrumb_cap_w.png

Running 3/4 exes in a VB Script

Hi Guys , Im trying to run 3/4 exes that I created to be called from a vbscript file. I had it in my old company a few years back but cant remember the code. It was something basic enough , like

install1=("1.exe")
install2=("2.exe")

does any one know how to call that so that each part runs , and then goes on to the next. I dont want to use a batch file , as the vbscript seems to be stronger and more robust.

0 Comments   [ + ] Show comments

Answers (1)

Posted by: MSIPackager 14 years ago
3rd Degree Black Belt
0
Should really be on the scripting forum but here's the basics:

Call objShell.run("command line1", 1, true)
Call objShell.run("command line2", 1, true)

and so on...
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ