RosettaCodeData/Task/Execute-a-system-command/Icon/execute-a-system-command-2.icon
2023-07-01 13:44:08 -04:00

2 lines
126 B
Text

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