home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD2.iso
/
Programming
/
Misc
/
comal3-2.dms
/
in.adf
/
RexxScripts
/
StartProgram.Comal
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1993-04-10
|
220 b
|
14 lines
/* Start a Comal program */
OPTIONS RESULTS
'COMALPATH'
ComalDir = RESULT
address 'Comal.Interpreter'
IF ARG() = 0 THEN
Program = ComalDir || 'Programs/GraphDemo'
ELSE
Program = ARG(1)
'EXECUTE FILENAME' Program