What ever I type with a host command it always does the same thing (seems to be a dir in some directory).
So if I type:
SQL> HOST set
I'd expect to see output of all environment-variable, instead I see that list of directories.
Or,
SQL> HOST dir *.sql /s
I'd expect to see a list of all .sql file here and below.
In an odd quirk of consistency instead, I see the same old list of directories!?
What gives?
Is it expected to work at all?
What I really wanted to do was change the current directory so I can run scripts for various locations (given that scripts cal other scipts).
So if I type:
SQL> HOST set
I'd expect to see output of all environment-variable, instead I see that list of directories.
Or,
SQL> HOST dir *.sql /s
I'd expect to see a list of all .sql file here and below.
In an odd quirk of consistency instead, I see the same old list of directories!?
What gives?
Is it expected to work at all?
What I really wanted to do was change the current directory so I can run scripts for various locations (given that scripts cal other scipts).