can't remember how to get to c:\ prompt

R

Rae

I type in cmd at the run box and get c:\Documents and Settings\MyName>

I want to get at c:\

I've forgotton how to do that from the windows environment.

Can someone help?
 
C

Carey Frisch [MVP]

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


--
Carey Frisch
Microsoft MVP
Windows Shell/User

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

:

I type in cmd at the run box and get c:\Documents and Settings\MyName>

I want to get at c:\

I've forgotton how to do that from the windows environment.

Can someone help?
 
B

bud

Rae said:
I type in cmd at the run box and get c:\Documents and Settings\MyName>

I want to get at c:\

I've forgotton how to do that from the windows environment.

Can someone help?

type in CD c:\
press enter
 
G

GreenieLeBrun

Rae said:
I type in cmd at the run box and get c:\Documents and Settings\MyName>

I want to get at c:\

I've forgotton how to do that from the windows environment.

Can someone help?

Look under Programs...Accessories you will see the icon
 
R

Richard in AZ

GreenieLeBrun said:
Look under Programs...Accessories you will see the icon
That still leaves the OP at the same prompt.

The command is:
cd c:\
that means Change Directory to C:\ root.
note the space after the cd
 
G

GreenieLeBrun

Richard in AZ said:
That still leaves the OP at the same prompt.

The command is:
cd c:\
that means Change Directory to C:\ root.
note the space after the cd

Not on my machine it doesn't.

The command prompt icon on mine points to %SystemRoot%\system32\cmd.exe
 
R

Richard H

Click on Start then Run
Enter the command cmd
A new window will open up
Type c: to change to drive c [c colon]
Type cd \ to change to root directory

If you want to run certain applications, you may need to create a different
environment. To create custom startup files for an MS-DOS-based program
that may require a special configuration
1.. Using a text editor, such as Notepad, edit the Config.nt and
Autoexec.nt files (located in systemroot\System32).
2.. Save each file with a new name.
3.. Right-click the MS-DOS-based program shortcut , and then click
Properties.
4.. Click the Program tab, and then click Advanced.
5.. Under Custom MS-DOS initialization files, type the new names for your
custom startup files.
Notes

a.. This procedure might be required because some MS-DOS programs use
special memory and video instructions, or require that other programs be
installed prior to their being started. Please refer to the documentation
that came with the program before creating startup files.
b.. Use the documentation that came with the MS-DOS-based program to
create a shortcut. For more information, click Related Topics.
c.. This option might not be available on some MS-DOS-based programs.
d.. To use custom startup files when starting an MS-DOS-based program, you
must start the program from its shortcut.
e.. Creating a program information file (PIF) for an MS-DOS-based program
creates a shortcut to the program executable. All the settings saved in the
PIF file are contained in the shortcut.
Related Topics
 
R

Rae

Click on Start then Run
Enter the command cmd
A new window will open up
Type c: to change to drive c [c colon]
Type cd \ to change to root directory

If you want to run certain applications, you may need to create a different
environment. To create custom startup files for an MS-DOS-based program
that may require a special configuration
1.. Using a text editor, such as Notepad, edit the Config.nt and
Autoexec.nt files (located in systemroot\System32).
2.. Save each file with a new name.
3.. Right-click the MS-DOS-based program shortcut , and then click
Properties.
4.. Click the Program tab, and then click Advanced.
5.. Under Custom MS-DOS initialization files, type the new names for your
custom startup files.
Notes

a.. This procedure might be required because some MS-DOS programs use
special memory and video instructions, or require that other programs be
installed prior to their being started. Please refer to the documentation
that came with the program before creating startup files.
b.. Use the documentation that came with the MS-DOS-based program to
create a shortcut. For more information, click Related Topics.
c.. This option might not be available on some MS-DOS-based programs.
d.. To use custom startup files when starting an MS-DOS-based program, you
must start the program from its shortcut.
e.. Creating a program information file (PIF) for an MS-DOS-based program
creates a shortcut to the program executable. All the settings saved in the
PIF file are contained in the shortcut.
Related Topics

begin 666 note.gif
M1TE&.#EA"@`*`+/_`(V,C?__S/_,`/\%!?]=7<# P-/3T\# P(6%A0("`@``
M`````````````````````"'Y! $```4`+ `````*``H`0 0H$,AI#AD@Z)U*
AR1HB)(8'<N,7&EJG;JV P4GZ&@D2(";<>HF@,.B)```[
`
end

Thanks to all who replied.
I also found that I could go to start, accessories, and then create a
shortcut from the dos prompt there, and put it on my desktop. Then
right clicked on the icon and clicked the properties tab, then the
shortcut tab, then under the start in text box, changed what was there
to c:\ Now I can get to the c prompt quick and easy. Found this
somewhere online.
Rae
 

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