I am trying to get a program to launch with commands. Below I have what needs to be called. I can run it in the run box fine, but putting it into a script it either gets some of it, or errors out because it doesn't like all the " " ". Can someone let me know what I need to do to make this work?
"C:\Program Files (x86)\Blah\Blahs\3.0.18\Client\BlahClient.exe" -s="AppServer7" -i="DBName" -w="C:\temp"
Thanks!
"C:\Program Files (x86)\Blah\Blahs\3.0.18\Client\BlahClient.exe" -s="AppServer7" -i="DBName" -w="C:\temp"
Thanks!