BorisSchaeling / boost-process

Boost.Process is a library to manage system processes
Boost Software License 1.0
32 stars 20 forks source link

windows: leave exe_ empty if cmd_line_ is set #15

Open frederich opened 8 years ago

frederich commented 8 years ago

Use exe_ or cmdline otherwise the CreateProcess executable search strategy isn't used. See https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx.

fixes #14