Uwe Bonnes <[EMAIL PROTECTED]> writes: > loader/module.c: get_file_name > If both lpApplicationName and lpCommandLine are given, append > lpApplicationName to lpCommandLine when needed This is not what Windows does. You can pass anything you want as command line, it doesn't have to include the application name (just like argv[0] can be set to anything under Unix). -- Alexandre Julliard [EMAIL PROTECTED]
- Re: CreateProcess lpApplicationName and lpCommandLine Alexandre Julliard
- Re: CreateProcess lpApplicationName and lpCommandL... Uwe Bonnes
- Re: CreateProcess lpApplicationName and lpComm... Alexandre Julliard
- Re: CreateProcess lpApplicationName and lpCommandL... Uwe Bonnes