need to get to command prompt for drive C root

C

Carl G.

I need the command prompt for drive C root like this:
C:\>
WindowsXP only provides this command prompt:
C:\Documents and Settings\Owner>
I need to navigate to a directory so I can deal with a
file in my "Pictures" folder. How do I do this? Thanks!
 
C

Carey Frisch [MVP]

Open the Command Prompt and type: CD C:\ , and hit enter.

--
Carey Frisch
Microsoft MVP
Windows XP - Shell/User

Be Smart! Protect your PC!
http://www.microsoft.com/security/protect/

-------------------------------------------------------------------------------------


| I need the command prompt for drive C root like this:
| C:\>
| WindowsXP only provides this command prompt:
| C:\Documents and Settings\Owner>
| I need to navigate to a directory so I can deal with a
| file in my "Pictures" folder. How do I do this? Thanks!
 
H

Hamdi Shalabi

copy the following and make it as .reg file
REGEDIT4

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Window Here"

[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

send it to registry
open up your explorer and right click on any folder , choose Open Command
Window Here
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top