home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / CDRom / ASIMCD30.LHA / arexx_samples / asimtunes / play.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-08-01  |  197 b   |  14 lines

  1. /*  This example will demonstrate the use of the play command
  2.     in AsimTunes.
  3.  
  4.     (C)1993 Asimware Innovations                                       */
  5.  
  6.  
  7.  
  8. address "AsimTunes_ARexx"
  9.  
  10.  
  11. play
  12.  
  13. exit
  14.