• 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.

Stupid Win2k Question--

uCsDNerd

Senior member
Hi. Here's the stupid question:

From the command prompt, how do I change directory into a folder whose name contains a space???

I've tried, cd "My Folder" , cd 'My Folder' and cd My Folder -- none of those worked. . .

So what's the solution?? Thanks-
 
Hi. On the command > cd "Program Files"

I get the error: Parameter format not correct -- "Program


I know the " " 's have worked for me in the past, but this the first time i've tried it on this (2 week old)installation. Any clues as to why? Thanks again!
 
You should be running "cmd" not "command" as your interpreter. CMD is the native NT/2k/XP command shell, command is available for backwards compatibility. The quoting works in CMD but not in Command...

Bill
 
if it makes you feel any better "My Documents" is not working for me in XP either 😕

EDIT: Well done bsobel....running CMD it works fine
 
isn't the command "cd" create directory not change directory?

Nope, cd is change directory...md is make directory.

For the original post, if you accidentally found yourself in the wrong command interpreter (command instead of cmd) you could always type file and directory names that contain spaces with quotes, e.g. cd "program files"
 
For the original post, if you accidentally found yourself in the wrong command interpreter (command instead of cmd) you could always type file and directory names that contain spaces with quotes, e.g. cd "program files"

No, you can't. It gives an error under command.

Bill


 
Okay, brain fart on my behalf but I just used the command (all without the quotes) "cd E:\Temp Files" and that worked. chdir also works and that's what I've always used. Guess I'll have to shorten that up.
 
Back
Top