Forum Discussion
Jackson_L
15 years agoContributor
Hello,
Glad it worked and I appreciate the gratitude. Robert gave a link earlier regarding the Run command http://msdn.microsoft.com/en-us/library/d5fk67ky(v=vs.85).aspx
Basically the Run command takes up to three parameters - the command string you want to run, the windows style and whether you want the script to wait for the program to finish or not before continuing.
I'd recommend reading VBScript user's guide and you'd go a long with scripting http://msdn.microsoft.com/en-us/library/t0aew7h6.aspx
Cheers,
Jackson