Gabriel Bouvigne wrote: > > It is the common behaviour of win32 console applications. You have > > either to use the short name, or to put the filename > > between double quotes. Jeff Gara replied: > I have not found this to be true in my experience, I use TONS (metric tons) > of spaces in both the filename and directory name and I have never had a > problem with this.
This is probably true for programs like cd and maybe some others that only take one argument. But try running those programs from the explorer with more than one file dropped on the program or by selecting multiple files and the using "open with ..." -- a lot of those programs then complain that "there is no such file 'fileA fileB fileC'" In other words, programs that can use more than one command line parameter can't easily guess which of those multiple parameters give a filename. Harald _______________________________________________ mp3encoder mailing list [EMAIL PROTECTED] http://minnie.tuhs.org/mailman/listinfo/mp3encoder
