StrokeSeg 1.0.0
Loading...
Searching...
No Matches
executors.h
Go to the documentation of this file.
1#pragma once
12
13#include "deps.h"
14
23bool execWithConsole(const std::wstring& commandLine, const std::wstring& selfDirPath, int consoleStatus = 0);
24
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.
Definition executors.cpp:3
bool execWitoutConsole(const std::wstring &commandLine, const std::wstring &selfDirPath)
Launches a child process in the background.
Definition executors.cpp:72