Change Dir Command

  • Thread starter Thread starter marci Wilken
  • Start date Start date
M

marci Wilken

I do alot of work in dos. After installing XP I can no
longer change directory into directories with spaces in the
names. Any idea
 
Do a change and copy all the text from the command prompt window. Right click task bar, Edit - Mark - (mark all the text) - r/c title - Edit - Copy

EG
C:\Documents and Settings\David Candy>cd "my documents"

C:\Documents and Settings\David Candy\My Documents>
 
Are you using CMD.EXE or COMMAND.EXE?

If you are using COMMAND.EXE then u will have to do cd "progra~1" because
COMMAND.EXE can only recognise less that 8 characters.



Do a change and copy all the text from the command prompt window. Right
click task bar, Edit - Mark - (mark all the text) - r/c title - Edit - Copy

EG
C:\Documents and Settings\David Candy>cd "my documents"

C:\Documents and Settings\David Candy\My Documents>
 
Back
Top