ipcBatchProcess
ipcBatchProcess(t_commandt_hostNamet_logFile) =>o_childId
Description
Invokes a process to execute batch commands. The child process in this case is a batch process that does not communicate with the parent process.
This child process is locked in the batch mode and cannot be switched into the active data passing mode.
Arguments
Value Returned
|
Batch process that does not communicate with the parent process. |
Examples
cid = ipcBatchProcess("ls /tmp" "" "/tmp/ls.log")
ipc:4
Then, /tmp/ls.log has the file listing of /tmp.
Related Topics
Interprocess Communication Functions
Return to top