|
-
April 4th, 2003, 12:53 AM
#1
DOS question
Hi,
I have a silly question: in the DOS prompt, I am typing
> cd Program Files
to go to the Program Files folder.
but because there is a space in the directory name, dos has a problem.
How can I fix this?
Thanks!
-
April 4th, 2003, 12:56 AM
#2
Try
cd "Program Files"
or if there are no other folders starting with program you might try:
cd Program*
rgds,
S. Bro
-
April 4th, 2003, 01:00 AM
#3
-
April 4th, 2003, 02:11 AM
#4
cd Program*
only works on NT/2K/XP. Doesn't work on 95/98/ME
If Program Files is the first directory with Progra... created, you could also use
cd Progra~1
Succinct is verbose for terse
-
April 4th, 2003, 07:10 AM
#5
You can use dir /x to obtain the 8.3 format directory name and
then cd into that directory.
--Paul
-
April 6th, 2003, 05:57 PM
#6
cd Program* will only work with cmd command processor. The default old command will neither work on NT/2K/XP
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|