Setting working directory in command-line?

KristerL

Member
I'm starting PL/SQL Developer from another program that passes in the user, password & connection etc.

I would like to also pass in the working directory path so that when I open a Command window and use the RMB Load, the dialogue used to browse for files starts with the correct path.

I have tried to set the WorkingDirectory for the process, but that didn't help.

Is this possible to do and if so, how?
 
The Command Window will use the most recently used directory, which is stored in the registry:

HKEY_CURRENT_USER\Software\Allround Automations\PL/SQL Developer\Files\Command Scripts

You can set this directory before starting PL/SQL Developer it should work.
 
Back
Top