CreateProcess() calls should quote the executable they are trying to start.
From: Jurko Gospodnetić <jurko.gospodnetic_at_pke.hr>
Date: Sat, 23 Jun 2012 14:17:45 +0200
Hi.
A slight quirk I ran into by accident while looking for a similar
This avoids problems with unexpected executables getting triggered.
To see one such potential problem do the following:
And you will now see the hello hello world program flash by instead
The problem originates with CreateProcess() trying to be overly smart
For this exact use case the command-line seems to be constructed in
Hope this helps.
Best regards,
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.