Difference between revisions of "AMOSi:Exec"

From Amiga Coding
Jump to: navigation, search
(Extracted from the AMOSPro V2.00 helpfile)
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

Executes an external program or CLI command.


Exec "program_name"


As a default, AMOS sends the NIL: device to the instruction.


Exec "NEWCLI:"


Opens up a CLI window from your program!