ErinMartell
Programmer
Hi all,
I have read numerous threads on this site about calling an .exe from a vbscript file. I can do this with no problem, however, I need to pass several parameters to my .exe. For example, if I was calling my program from the Start - Run function, I would do this:
"C:\Program Files\App\start.exe -resexport -r C:\test.txt"
How do I pass those along after I call the exe?
I have read numerous threads on this site about calling an .exe from a vbscript file. I can do this with no problem, however, I need to pass several parameters to my .exe. For example, if I was calling my program from the Start - Run function, I would do this:
"C:\Program Files\App\start.exe -resexport -r C:\test.txt"
How do I pass those along after I call the exe?