I am trying to execute a script via a batch file that runs on the scheduler.
This process has been somewhat inconsistent.
Below is the code I am using.
@Echo off
Echo Please wait...
"C:\Program Files\Symantec\Procomm Plus\PROGRAMS\pw5.exe" "TERMINAL" "X:\Myscript.wax"
Exit
Am I calling the script correctly? Is there a beter way to do this?
Thanks for your help.
This process has been somewhat inconsistent.
Below is the code I am using.
@Echo off
Echo Please wait...
"C:\Program Files\Symantec\Procomm Plus\PROGRAMS\pw5.exe" "TERMINAL" "X:\Myscript.wax"
Exit
Am I calling the script correctly? Is there a beter way to do this?
Thanks for your help.