bullshit ... if you put it in quotes as is, it has to work, otherwise the problem is somewhere else
Printable View
bullshit ... if you put it in quotes as is, it has to work, otherwise the problem is somewhere else
or he is bullshtiing us....type in help and see if the command even exists on your damned system :)
yup quotes work.
C:\>cd "program files"
C:\Program Files>
The question should be "why would you want to type those quotes when it works perfectly without them?"
True, I found out the quotes are not necessary on Win2K (see below). As for why you can't get it working; I can't think of a reason you'd encounter as a home user why one of these doesn't work.
Code:C:\>cd Program Files
C:\Program Files>cd ..
C:\>cd "Program Files"
C:\Program Files>cd ..
C:\>cd Pro*
C:\Program Files>cd ..
C:\>cd *Files
C:\Program Files>cd ..
C:\>cd Files
The system cannot find the path specified.
C:\>cd Program
The system cannot find the path specified.
Hi folks, and a merry Christmas...............
@ng3lu$
/off topic :)
"The Angel of the Lord declared unto Mary:
And she conceived of the Holy Spirit
Behold, the handmaid of the lord
Be it done unto me according to thy word.
And the Word was made flesh
And dwelt among us
Pray for us O holy mother of God
That we may be made worthy of the promises of Christ"
/
As I recall, that is the @ng3lu$
:D
PAX VOBISCUM
nihil totaly off topic and should have been put in its own thread and also it should have worked the commands that have been said.
Wow, you suggest to open another useless thread instead of just a reply ? Smart, very smart ....
=(( i tried combos you have posted and it still gives me some error incorrect parameter or sumthin, maybe i have to set something in windows or somewhere
i tried:
c:\>cd program* <---- incorrect directory
c:\>cd Program files <---too many parameters - Files
c:\>cd "Program files" <--- incorrect format of the parameter - "Program
really no bullshit just a hard fact =(((
their are all ready so many of them it would not have maide a big diffrence but i do see your point.Quote:
Originally posted here by ©opy®ight
Wow, you suggest to open another useless thread instead of just a reply ? Smart, very smart ....
why dont you put a "\" their like thisQuote:
c:\>cd Program files <---too many parameters - Files
c:\>cd \Program files -- that will work.