home *** CD-ROM | disk | FTP | other *** search
/ Global Amiga Experience / globalamigaexperience.iso / compressed / utilities / irmasterdemo.lha / IR-Slave132 / ARexx / ARexx-Demo.rexx next >
OS/2 REXX Batch file  |  1994-09-15  |  214b  |  12 lines

  1. /*
  2.  *  Demo-Arexx-Script for the IR-Slave
  3.  */
  4.  
  5. options results
  6. address command
  7.  
  8. 'say "No I am executing an arexx script..."'
  9. 'requestchoice BODY="ARexx-Script started!" TITLE="IR-Slave-Command" GADGETS="OK"'
  10. exit
  11.  
  12.