> > According to MSDN documentation, CreateProcess
> > requires the app name(and the app name in the
> command
> > line) to be enclosed in quotes if it has spaces in
> it.
>
> Please check MSDN again. Here is what it says:
>
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dllproc/
I am looking at dlls/kernel/process.cc:get_file_name
that parses the command line. It seems to handle the
case where the application name has spaces in it but
the application name is not enclosed in double quotes.
According to MSDN documentation, CreateProcess
requires the app name(and the app name