cannot cd to directories with embedded spaces in name

  • Thread starter Thread starter noone
  • Start date Start date
N

noone

cd "\my directory"

and all other tried incantations do not work. I frequently need to
cd from within a DOS box and it seems that the XP DOS box doesn't
like the extended directory names.

how would I quote the directory name in a cd command if it has spaces in
the name?
 
cd "\my directory"

and all other tried incantations do not work. I frequently need to
cd from within a DOS box and it seems that the XP DOS box doesn't
like the extended directory names.

how would I quote the directory name in a cd command if it has spaces in
the name?

From the root (C:\, e.g.) cd "c:\documents and settings\herb
works for me, with or without the close quotes.
 

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

Back
Top