1.

Solve : Command Prompt?

Answer»

I am new to command prompt but the F.A.Q.'s do not seem to answer my question
When command prompt OPENS it displays as

C:\Documents and Settings\Danny Gurganus Jr>

I need to type in C:MSC\EXAMPLES\cube>mvc cube.mv

I can't type this in because the whole documents and settings and my NAME and the > sign are there. How can I start from a blank line or from C: ?

Thank you.I am using windows xpType "cd C:\"
If that doesn't work type "%SystemRoot%\system32\cmd.exe" in the Explorer where C: is writtenCD = CHANGE disk
%SystemRoot%\system32\cmd.exe is the PATH of the command promptIf you always want to start in C: than you can change the properties of the command prompt from "%HOMEDRIVE%%HOMEPATH%" to C:
sorry that I'm written this in pieces but the sever is working properly and I can't post big postsYou can alsow: Start > RUN > and type "Command C:"
but than you have to exit using the "EXIT" command.Quote from: Jonas Wauters on May 08, 2007, 02:22:55 PM

CD = Change disk
%SystemRoot%\system32\cmd.exe is the path of the command prompt

No, CD = change directory

to change disk, just type the drive letter and a colon eg D:

C:\Documents and Settings\Danny Gurganus Jr> is the prompt. You don't type it.

Methinks you should study some more.
About Change directory your wright but the path were the prompt start in is changeable I use this myself sow...
I do agree that I don't know much about PC but the things I do know are true.
accept for the misunderstanding of Directory and disk but that doesn't make any difference when you work white it.
If your current directory isn't important to you, then you can just change your prompt. At your "C:\Documents and Settings\Danny Gurganus Jr>" prompt, type the follwoing:
Code: [Select]set prompt=$n:... so your screen will look like:
Code: [Select]C:\Documents and Settings\Danny Gurganus Jr>set prompt=$n:That will give you a prompt of just the drive letter (like you asked in your original post).


Discussion

No Comment Found