Execute a system command: Difference between revisions

m
m (→‎{{header|Objective-C}}: works with GNUstep; even on cocoa, you need just the foundation, no appkit)
Line 261:
 
=={{header|Objective-C}}==
{{works with|GCC}} -->
 
NSTask runs an external process with explicit path and arguments.