Environment variables

joness59

Member²
Is the a way in the command window to use environment variables? For example, I have an env variable SCRIPTS that points to u:\oracle\scripts that I use in SQL*Plus commands such as spool. When I spool in the command window, I would like to be able to set 'spool %scripts%\output.txt' just like I do in SQL*Plus.

TIA,
 
Back
Top