G
Guest
Hi
I m in trouble with a white space included in the path of an .exe file.
Precisely located in Program Files/...
How to deal with the launching of a command that calls this .exe ?
CreateProcess(NULL, ligne_de_com, NULL, NULL, FALSE,
CREATE_DEFAULT_ERROR_MODE, NULL, NULL, &StartInfo, &Process)
According to the fact that the parser will stop after Program !
Any idea of the usual trick ?
For instance how Windows deals with the launching of the "execute" command
when it includes something in Program Files ?
Thanks for pieces of advice.
Regards
Xavier
I m in trouble with a white space included in the path of an .exe file.
Precisely located in Program Files/...
How to deal with the launching of a command that calls this .exe ?
CreateProcess(NULL, ligne_de_com, NULL, NULL, FALSE,
CREATE_DEFAULT_ERROR_MODE, NULL, NULL, &StartInfo, &Process)
According to the fact that the parser will stop after Program !
Any idea of the usual trick ?
For instance how Windows deals with the launching of the "execute" command
when it includes something in Program Files ?
Thanks for pieces of advice.
Regards
Xavier