G Guest Apr 12, 2004 #1 How do I type a directory or filename with spaces into the command line For example cd C:\Documents and Settings\Space File.txt
How do I type a directory or filename with spaces into the command line For example cd C:\Documents and Settings\Space File.txt
R roger Apr 12, 2004 #2 Hi, How do I type a directory or filename with spaces into the command line? For example: cd C:\Documents and Settings\Space File.txt Click to expand... You enclose it in quotation marks, thus: cd "C:\Documents and Settings" Good luck
Hi, How do I type a directory or filename with spaces into the command line? For example: cd C:\Documents and Settings\Space File.txt Click to expand... You enclose it in quotation marks, thus: cd "C:\Documents and Settings" Good luck
G Guest Apr 12, 2004 #3 When I try the command C:\>cd "Documents and Settings I get "Parameter format not correct - "Documents
When I try the command C:\>cd "Documents and Settings I get "Parameter format not correct - "Documents
R roger Apr 12, 2004 #4 Hi, When I try the command: C:\>cd "Documents and Settings" I get: "Parameter format not correct - "Documents Click to expand... In my system it works correctly: C:\>cd "Documents and settings\roger\Desktop" Good luck
Hi, When I try the command: C:\>cd "Documents and Settings" I get: "Parameter format not correct - "Documents Click to expand... In my system it works correctly: C:\>cd "Documents and settings\roger\Desktop" Good luck