23bool execWithConsole(
const std::wstring& commandLine,
const std::wstring& selfDirPath,
int consoleStatus = 0);
32bool execWitoutConsole(
const std::wstring& commandLine,
const std::wstring& selfDirPath);
bool execWithConsole(const std::wstring &commandLine, const std::wstring &selfDirPath, int consoleStatus=0)
Launches a child process in the parent console.
bool execWitoutConsole(const std::wstring &commandLine, const std::wstring &selfDirPath)
Launches a child process in the background.