2 Intern

 • 

2.5K Posts

June 27th, 2004 19:00

To get from anyplace i.e "c:\aaa\bbb\ccc\ddd+...+" to the root directory of "c" just type "cd c:\"  followed by the enter key.  the command "cd C .." enter moves you up one directory level.  Actually the following happens, but first note when you list a directory in a command window there are two special directories "." and "..".  "." is a link to the current directory, and ".." is a link to the immediately higher directory.  If you "cd  .." you are changing to the immediately higher directory.

2 Intern

 • 

28K Posts

June 27th, 2004 19:00

To get to the C: prompt, type cd ..  then hit Enter.  Then type cd .. and hit Enter again.

4 Posts

June 27th, 2004 19:00

That did it. Thanks a lot. While I have you, does XP Pro not recognize hostid as a valid command? I got the info I needed by doing dir /p and getting the label but am just curious.

Thanks again.

Alan

2 Intern

 • 

28K Posts

June 27th, 2004 20:00

Alan,

See if you can get the information you need by typing ipconfig followed by Enter at the command prompt.

Steve

2 Intern

 • 

2K Posts

June 27th, 2004 23:00

or 'cd c:\'
or 'cd \'
No Events found!

Top