I like using shells for some jobs, and wonder if there is a way for fine tuning the configurations for my Dos shell. What I am looking for is how to set the default start folder when running "cmd"
I know there is maybe som flags I can use and create a Dos shortcut on desktop and so on, but is there some config files somewhere for this?
Thanks in advance,
Thomas
-
-
Sorry for the convenience, I completly forgot Google

-
You might be interested in the CMDhere XP power-toy. It adds an option on folders to open a new cmd prompt at that folder (link below, right hand column).
http://www.microsoft.com/windowsxp/pro/downloads/powertoys.asp -
You can also do the same thing in the registry. Copy the following in to a .reg file to import it.
Windows Registry Editor Version 5.00[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Prompt Here"[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\"" -
You might want to try the Command Prompt Explorer Bar over at Code Project.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.