command prompt

G

Guest

i need to get to a plain c: command prompt yet i can not erase what comes up
when i start a cmd (c:\documents and settings\tim stocker) help?
 
D

Doug Kanter

teal sport said:
i need to get to a plain c: command prompt yet i can not erase what comes
up
when i start a cmd (c:\documents and settings\tim stocker) help?

Type this at the command prompt: CD\
Then hit Enter.
 
W

Wesley Vogel

Try this...

Right click the Desktop | New | Shortcut |
Paste this in the location box:

%SystemRoot%\system32\cmd.exe

Click Next | Click Finish |

Right click the new cmd.exe shortcut | Properties |
In the Start in box replace %windir% with C:\ |
Click Apply | Click OK

Double click the new shortcut and you should see something like this...

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>
---------

You can also change the Start in for the cmd shortcut located under
Accessories on the Start Menu.

You can change the current prompt to anything. Here's the Candian prompt.

-------------------
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\>prompt eh?

eh?
eh?
eh?
eh?prompt/?
Changes the cmd.exe command prompt.

PROMPT [text]

text Specifies a new command prompt.
--------------

HOW TO: Set the Command Processor Appearance in Windows XP
http://support.microsoft.com/default.aspx?scid=kb;en-us;309019

Set the Command prompt default path to a certain directory
http://windowsxp.mvps.org/autoruncmd.htm

--
Hope this helps. Let us know.

Wes
MS-MVP Windows Shell/User

In
 
T

Tim Slattery

teal sport said:
i need to get to a plain c: command prompt yet i can not erase what comes up
when i start a cmd (c:\documents and settings\tim stocker) help?

That prompt is telling you what the current directory is. If you want
it to go away, then change the current directory to the root:

cd \
 

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