EXECUTE

execu.html
hide random home http://www.mentasm.com/~mramiga/c/execu.html (Amiga Plus Extra No. 5/97, 05/1997)


Format:    EXECUTE (script) [{arguments}]
Template:  FILE/A
Location:  C: 

Execute is used to run scripts of AmigaDOS commands. The lines in the script are executed as if they had been entered at a Shell prompt. If the s protection bit of a file has been set and the file is in the search path, enter only the file name; the EXECUTE command is not needed.

You can also use parameter substitution in scrips by including special keywords in the script. When keywords are used, you can pass variables to the script by including the variable in the EXECUTE command line.


See also: SKIPIF FAILAT LAB ECHO RUN QUIT