home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World of A1200
/
World_Of_A1200.iso
/
programs
/
emulator
/
applem
/
demo.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-02-27
|
237b
|
7 lines
/* Demonstrate usage of Rexx programs */
if exists("applerom")=0 then call SaveROM
address command "run applem000"
address command "wait 10" /* Make sure emulator is ready */
say LoadRAM("apple/demo.bin")
say LoadRAM("apple/demozp.bin")