10 Aug
2007
10 Aug
'07
5:11 a.m.
+/* + * Wordpad implementation + * + * Copyright 2007 by Damjan Jovanovic + * It is not wordpad, is it?
+ ok = CreateProcessW(exePath, NULL, NULL, NULL, FALSE, 0, NULL, currentDirectory, + &startupInfo, &processInfo); This code does not run console apps correctly (use CREATE_NEW_CONSOLE flag).
-- Kirill