How do I use the command line options to make Toad generate database script to a SQL File?
WORKAROUND
At the command prompt:
Toad Connect=<Schema_name>/<Password>@<DB_Name> GSS=<File Path>
*********************************
Sample Example of the file:
*********************************
rbSchema|1 /* Radio Button is selected - Extract from Schema */
rbDefFile|0 /* Radio Button is unselected - Extract from Schema Definition File */
cbShowDDL|1 /* Check Box Show DDL is checked - View DDL when complete */
cbTree|0 /* Check Box Object Tree is unchecked - View Object Tree when complete */
eSQLFile| <c:\example.sql> /* The schema script is generated in "Example.SQL" - DDL Filename*/
SelectedSchema|<Schema_name> /* Schema is selected */
Different options can be used in the file to extract the schema.