The command
“C:\Program Files\Quest Software\Toad for Oracle 10.5\TOAD.exe” CONNECT=/@REPTPROD EXP=task.txt
will open TOAD but not run a file. (the task.txt is a Windows text file run in a MS-DOS batch job. The command has been running as “C:\Program Files\Quest Software\Toad for OracleTOAD.exe” CONNECT=/@REPTPROD EXP=task.txt on TOAD version 8.6.1.0 for several years, but we wish to upgrade)
Any ideas?
after considerable looking around and trying options, I think I’ve got it. Sort of.
The command:
“path_to_TOAD\toad.exe” -c user/pass@reptprod -f “path_to_sql_query\report.sql” /exec
works. But I guess the question now is “what is the command to save a file from the command line”?