I am moving to an Oracle 11g environment, so have to let go of my old friend, sqlplusw (windows gui version).
The most pressing issue is how to change the path within the running window. In the Windows version of SQL Plus, all I needed to do was a File, Open, navigate to a new directory, and open any .sql script in the new directory. Then I could run any .sql script within that directory by typing @ScriptName
In the non-gui sqlplus, I have tried Host CD [new path name] but that does not seem to work.
What is the trick in the dumb windows cmd.exe style window?
(...By the way, does anyone happen to have a Windows 64-bit version of sqlplusw.exe (last supplied with 64-bit Oracle 10g for Windows)? )