$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-users] [process] How to exec multiple shell commands
From: Konstantin Litvinenko (to.darkangel_at_[hidden])
Date: 2008-12-16 07:32:14
Hi!
I have successfully used boost.process but now stuck with a problem. I
need to execute 2 commands in one shell invocation. Both windows and
linux allow do that, but I can't figure out how to do it with help of
boost.process. Is there interface to do that?
PS. I am using old boost.process. I have download process-is-0.4.zip
from the vault and didn't find solution for my problem.