RosettaCodeData/Task/Execute-a-system-command/Icon/execute-a-system-command-2....

3 lines
126 B
Plaintext

pid := system(command_string,&input,&output,&errout,"wait")
pid := system(command_string,&input,&output,&errout,"nowait")