Posted by member 37809 on 2003-07-31 01:02:36 link

That would be the working path. What it is depends on from where (which process) you call the prompt, I think?

You could make a(n explorer) shortcut to the command prompt, so that you can specify the working path, and call this instead of your command prompt as 'cmd'/'cmd.exe' or 'command'/'command.com', or try just calling $ComSpec$ (or %ComSpec% depending on your ls build).

One of these is bound to work ;0