How do I stop the command prompt from showing c:\dir1\dir2\dir3\dir4 It gets really annoying when I'm 5 or 6 directories deep.
|
feedback
|
|
Use
Use | |||
|
feedback
|
|
With the prompt command. Type the following a the command line to find out how to use it:
| |||
|
feedback
|
|
Set the environment variable "prompt" to "$g", (or whatever). To do this: right click the My Computer icon, select Properties, click on the Advanced tab, there's a button for Environment Variables. | |||
|
feedback
|
|
I use | |||
|
feedback
|
|
You could use prompt. Have a batch file in system32 called go with
and type go c:\ to goto c:\, but still be faced with a cute command prompt :3 ($G is the >, other special symbols are shown in /?) | |||
|
feedback
|
