2005/5/9
-- ACDK API Docs Namespaces acdk acdk::cfgscript ShellExecutor members See also: ShellExecutor.cpp ShellExecutor.h
(c) 2005 byRoger Rene Kommer
Kindly hosted at:
#include <ShellExecutor.h>
Inheritance diagram for acdk::cfgscript::ShellExecutor:
[inline]
[virtual]
run the external programm
after returning from execute() this method returns the error output of the executable
after returning from execute() this method returns the standard output of the executable
[static]
see _timeOut
Set the writer, where to write the standard output By default the output will be collected in a string which can be retrived via getOutString().
set the working directory where to execute the program If it is not set uses the working directory of the parent process
[private]
timeout in ms waiting for process by default -1, wait forever