Command Window

mrega

Member
I need to execute in a Command Window a file containig calls to another command files with different file extensions. Those calls don't include the file's path, and the files may be in different directories.
Can I set an enviroment variable (like SQL_PATH in SQL*Plus) with all of those paths, so PL-SQL Developer can find the files?

Thank you
 
Yes, the command Window will search the SQLPATH directory list when you call another script without specifying the directory.
 
Back
Top