mirror of
https://github.com/boostorg/process.git
synced 2026-01-24 06:02:13 +00:00
updated docs
This commit is contained in:
@@ -10,16 +10,15 @@
|
||||
#include <boost/process.hpp>
|
||||
|
||||
using namespace boost::process;
|
||||
using namespace boost::process::initializers;
|
||||
|
||||
int main()
|
||||
{
|
||||
//[execute
|
||||
execute("test.exe");
|
||||
child c("test.exe");
|
||||
//]
|
||||
|
||||
//[execute_path
|
||||
boost::filesystem::path exe = "../test.exe";
|
||||
execute(exe);
|
||||
child c(exe);
|
||||
//]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user