running command prompts

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

for some reason, i cannot change directories w/ the prompt.

i type: 'cd g:'
and i get the following two lines:
'g:\
c:\'

why can't i change directories. am i doing something wrong?
thanks for the help
 
Hi

If you trying to change to a different drive use for example:

g:

If you are trying to change to a different folder on the same drive use for
example:

cd \windows

--

Will Denny
MS-MVP Windows - Shell/User
Please reply to the News Groups


| for some reason, i cannot change directories w/ the prompt.
|
| i type: 'cd g:'
| and i get the following two lines:
| 'g:\
| c:\'
|
| why can't i change directories. am i doing something wrong?
| thanks for the help
 
Hi Steven,

for some reason, i cannot change directories w/ the prompt.

i type: 'cd g:'
and i get the following two lines:
'g:\
c:\'

why can't i change directories. am i doing something wrong?
thanks for the help

When you are changing directories involving drives, you can do it by
just typing the letter of the drive:


E:\>c:

C:\>D:

D:\>

HTH
 
Back
Top