Changing Parent Directory

N

Nicole McCain

Hello,
I wasn't sure, if my other message posted, since I got an error. I need help changing the parent directory in command prompt.

It Currently is: C:\ and I want it to be C:\Documents and Settings\Nicole.NicoleLaptop.

I tried CD \Documents and Settings\Nicole.NicoleLaptop and I get the message "Too Many perimeters -- AND"

Any help is appreciated, I need to get this fixed soon!

- Nicole
 
T

thecreator

Hi Nicole,

Which Command Window are you referring to? Cmd or Command? And where are
you starting the Cmd or Command program from?

Just go Start > Run type in cmd or command and click OK, starts you
where you want to be at.


--
thecreator

Hello,
I wasn't sure, if my other message posted, since I got an error. I need
help changing the parent directory in command prompt.

It Currently is: C:\ and I want it to be C:\Documents and
Settings\Nicole.NicoleLaptop.

I tried CD \Documents and Settings\Nicole.NicoleLaptop and I get the
message "Too Many perimeters -- AND"

Any help is appreciated, I need to get this fixed soon!

- Nicole
 
E

Enkidu

I haven't seen Nicole's original message, but it seems that she is not
using quotes around the path. It should be :

CD "\Documents and Settings\Nicole.NicoleLaptop"

This is because of the space in "Documents and Settings".

Without the quotes:

CD \Documents and Settings\Nicole.NicoleLaptop

Because of the space it thinks that the command is "CD \Documents" and
that "and" and "Settings\Nicole.NicoleLaptop" are parameters. Since CD
only takes one parameter it complains about the parameter "and"!

Hope Nicole reads this,

Cheers,

Cliff
 

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