1.

Solve : cmd path?

Answer»

when i open cmd following line APPEAR in command prompt

C:\Documents and Settings\zodehala>

i want that it is c:\>

how can i do it ? use this:
CODE: [Select]cd \or
Code: [Select]cd\or
Code: [Select]cd \ Quote from: devcom on September 07, 2008, 12:22:04 PM

use this:
Code: [Select]cd \or
Code: [Select]cd\or
Code: [Select]cd \


i know this


i want that it will be c:\> when it opened fisrtAre you OPENING cmd USING Start>Run or are you using a shortcut/hotkey or how?

What's your operating system?

If opening CMD through Start -> Run, try:
Code: [Select]cmd /k cd \If opening through a shortcut, change the starting DIRECTORY to C:\Quote from: GuruGary on September 07, 2008, 06:51:09 PM
If opening CMD through Start -> Run, try:
Code: [Select]cmd /k cd \If opening through a shortcut, change the starting directory to C:\

many many thanx


Discussion

No Comment Found