home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 4
/
AACD04.ISO
/
AACD
/
Programming
/
CanDo
/
Decks3
/
ManxFrontEnd
/
Rexx
/
Compile.rexx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
OS/2 REXX Batch file
|
1990-11-24
|
171 b
|
7 lines
/* Aztec C Compile */
'Save' /* Save file first */
ADDRESS 'APSRexx' /* Set host port address */
'Compile' 'Main.c' /* Send Compile file main.c */
exit