[PATCH v2 5/5] start.exe: search PATH for the executable to launch
11 Aug
2019
11 Aug
'19
3:28 p.m.
We want to launch all executables through CreateProcess(), but need to provide the full path, as the searching CreateProcess() does internally when the application name is NULL is more limited: it only searches for .EXE files. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> --- programs/start/start.c | 182 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 177 insertions(+), 5 deletions(-)
2406
Age (days ago)
2406
Last active (days ago)
0 comments
1 participants
participants (1)
-
Damjan Jovanovic