
Quote: Originally Posted by
MadMaxData
This is a simple registry hack to change the default directory you see when opening command prompt.
Hi Max... why would you do that?
In your start bar find the command prompt shortcut, make a copy of it in a convenient place...
Right click and select properties... You will see this....
In the "Start in" box type the path where you want the command prompt to open.
You can even make multiple copies of the shortcut and have them available to open in any convenient place you like...
In addition there are a number of variables that can be used...
%HOMEDRIVE% = the root folder of your system partition
%APPDATA% = the application data folder for each user
%HOMEPATH% = your user folder
%PUBLIC% = your public folder
%SYSTEMROOT% = windows folder
%PROGRAMFILES% = program files folder
%TEMP% = user's temp folder
and I'm sure there are more...