From: ikohn AT vertex DOT ucls DOT uchicago DOT edu (Isaac Kohn) Subject: Re: Problems with mingw32 GCC 2.8.0 !!! 29 Jan 1998 04:33:44 -0800 Message-ID: References: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII To: Fabio Vignoli Cc: Jan-Jaap van der Heijden , GNU-Win32 list , Colin Peters > 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 AT cygnus DOT com" with one line of text: "help".