Get system command output: Difference between revisions

m
No edit summary
Line 677:
 
=={{header|FutureBasic}}==
Simple system commands can be run in FB's open "UNIX" function. However, more common are functions such as this example which uses a notification observer to return watch as data is downloaded in the background. The command in this example returns the mdls manpageman page.
<lang futurebasic>
include "NSLog.incl"
Line 744:
Mac OS X June 3, 2004 Mac OS X
</pre>
 
 
 
 
 
 
 
=={{header|Gambas}}==
717

edits