• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dos in Windows XP (cd with spaces)

DAGTA

Diamond Member
I'm using a Dos prompt (CMD.exe) in Windows XP Professional and simply trying to change directory to Program Files. On other XP computers, I simply use quotes, such as:
cd "Program Files"
However, on my computer, it's still getting hung up on the space and not ignoring it. Is there a setting I'm missing?

Thanks for the help!
-DAGTA
 
1. It's not DOS simply a CLI (Command Line Interface) for Windows XP
2. There is not anything you are missing, the way you have it typed "cd "program files"" is the correct command to change directories from the CLI in Windows XP and 2000. I'm not aware of anything that would alter this behavior.

One thing you could try is typing "cd progra" and hitting the "tab" key, it should complete it so it displays "cd "Program Files"" and you should be able to hit enter at that point, if tab doesnt complete it than there is no "Program Files" directory on the volume you are currently working.
 
Thanks for the help. I realized my mistake, though. I had gone to start-run and typed in command instead of cmd.exe.
Doh!
Thanks again!
-DAGTA
 
On the Windows 2000 and XP CLIs, it isnt necessary to enclose directory names that have spaces in quotes.
 
Back
Top