MS-DOS Prompt Question

  • Thread starter Thread starter David
  • Start date Start date
D

David

I have a shortcut on my desktop for the MS-DOS prompt. When I double
click on it a DOS window comes up, but it comes up in the
C:\WINDOWS\SYSTEM32 directory. I would like to change this so that it
comes up in my user directory. Can this be done?

David
 
Make sure this **%HOMEDRIVE%%HOMEPATH%** (without the asterisks) are in the
Start In line under properties for the shortcut.

--
Regards,

Richard Urban

aka Crusty (-: Old B@stard :-)

If you knew as much as you thought you know,
You would realize that you don't know what you thought you knew!
 
David said:
I have a shortcut on my desktop for the MS-DOS prompt. When I double
click on it a DOS window comes up, but it comes up in the
C:\WINDOWS\SYSTEM32 directory. I would like to change this so that it
comes up in my user directory. Can this be done?


Right-click your Shortcut and select Properties. Then in the "Start in"
Field type the path you want to start in. Something like:
c:\Documents and Settings\<username>
or
%userprofile%
 
Back
Top