From: ikohn@vertex.ucls.uchicago.edu (Isaac Kohn)
Subject: Re: Problems with mingw32 GCC 2.8.0 !!!
29 Jan 1998 04:33:44 -0800
Message-ID: <Pine.SOL.3.96.980128230725.21256F-100000.cygnus.gnu-win32@vertex.ucls.uchicago.edu>
References: <Pine.SOL.3.95.980128150708.11882A-100000@gort>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
To: Fabio Vignoli <bafio@dist.unige.it>
Cc: Jan-Jaap van der Heijden <janjaap@Wit381304.student.utwente.nl>,
        GNU-Win32 list <gnu-win32@cygnus.com>,
        Colin Peters <colin@bird.fu.is.saga-u.ac.jp>

> Just to joke:
> try in a MSDOS shell on windows NT : cd Program Files (it works) 
>                                      cd "Program Files" (it works)
>                                      dir Program Files (DOES NOT WORK!!!)
>                                      dir "Program Files" (it works)
> Does anybody can tell me why?

I assume the reason is that 'cd' never takes more than one arg, namely,
the directory to change to -- whereas dir can take many options and
switches and whatnot.  Because of this, cd knows that everything on the
command line is a directory name and it can allow this sort of thing --
whereas dir cannot allow this because it needs to look for other
arguments.

regards,
isaac

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
