home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / emulator / applem / demo.rexx < prev    next >
OS/2 REXX Batch file  |  1995-02-27  |  237b  |  7 lines

  1. /* Demonstrate usage of Rexx programs */
  2. if exists("applerom")=0 then call SaveROM
  3. address command "run applem000"
  4. address command "wait 10" /* Make sure emulator is ready */
  5. say LoadRAM("apple/demo.bin")
  6. say LoadRAM("apple/demozp.bin")
  7.