PDA

View Full Version : Run Program



craig.owens
05-08-2005, 08:04 PM
Hi

Any help with the following would be greatly appreciated.

I need the syntax to run a program, waits for it to complete then continue on with the rest of the script.

At the moment I have the following line in the script:

Run Program osql -U sa -P password -Q -i "C:\Temp\script.sql"

Should osql -U sa -P password -Q -i "C:\Temp\script.sql" be in the Command Line or the Start Parameter.

I have File Name set to cmd.exe and Wait for Program checked.

Thanks

Craig