ConQuest will set the working directory to the path where the executable was called from. This is normal and useful behaviour for command like tools. If you are using the GUI version, the working directory will be the location of the executable.
To change the working directory, you can use the `set` command:
set directory = āc:\user\ā;
will set the working directory to be the user folder on your drive mapped to the letter ācā. You can confirm this by printing the working directory: dir;