mirror of
https://github.com/boostorg/process.git
synced 2026-01-24 06:02:13 +00:00
Updated examples
This commit is contained in:
@@ -15,11 +15,11 @@ using namespace boost::process::initializers;
|
||||
int main()
|
||||
{
|
||||
//[execute
|
||||
execute(run_exe("test.exe"));
|
||||
execute("test.exe");
|
||||
//]
|
||||
|
||||
//[execute_path
|
||||
boost::filesystem::path exe = "../test.exe";
|
||||
execute(run_exe(exe));
|
||||
execute(exe);
|
||||
//]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user