Toad
When trying to execute a script from the command line using QSR, a user has to click on execute. How does a user automate this process?
Add an @ sign infront of the sql file to execute. For QSR to close after executing the script add Exit on the last line of the script file.
"C:\Program Files\Quest Software\TOAD\qsr.exe" USER/PWD@DB @D:\ORACLE\MYSQL.sql"