Hi
If I select two or more files in the project manager, right click, and select
the “Load” option, I’ll get something similar to this in a new
editor window:-
@C:\My\Directory Structure\file_1.sql;
@C:\My\Directory Structure\file_2.sql;
Because there is a space in one of the folder names, to get this to execute
correctly, I have to modify this to be as follows:-
@”C:\My\Directory Structure\file_1.sql”;
@”C:\My\Directory Structure\file_2.sql”;
Could you provide an option I can toggle on and off in the settings to allow me
to setup TOAD so that it automatically creates the script with the quotation
marks already in place?
Regards,
Mike McAllister
Principal Systems Engineer
TKC Global, LLC
Phone: 512 423 7447
Email: michael@pairofsixes.com