[PATCH] cmd: Use ShellExecuteExW instead of CreateProcess for opening files.
July 30, 2008
6:52 p.m.
Hi,
+ sei.fMask = SEE_MASK_FLAG_DDEWAIT| + SEE_MASK_FLAG_NO_UI| + SEE_MASK_NO_CONSOLE| + SEE_MASK_NOCLOSEPROCESS; Console apps must be executed using exiting console, not a new one.
-- Kirill
6448
Age (days ago)
6448
Last active (days ago)
0 comments
1 participants
participants (1)
-
Kirill K. Smirnov