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

3 lines
126 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
pid := system(command_string,&input,&output,&errout,"wait")
pid := system(command_string,&input,&output,&errout,"nowait")