Jesper Skov wrote:
> >>>>> "Mike" == Mike Nordell <[EMAIL PROTECTED]> writes:
>
> Mike> Reson: M$. When it comes to giving filenames with embedded
> Mike> spaces as arguments to programs, M$ don't include these
> Mike> filenames in ".
>
> Really? So how does an application determine whether two words are two
> arguments or one separated with space?
It doesn't. :-<
The code that performs the filename expansion simply performs a string
expansion where it *should* have checked the filename for whitespace and add
quotes if needed. This bonehead behaviour is a source of many problems,
including the one I commented on. You manually have to add the quotes to
make it work. Just another documented "feature".
/Mike - please don't cc