home *** CD-ROM | disk | FTP | other *** search
/ Magazyn Amiga Shareware Floppies / ma58.dms / ma58.adf / TinyPlayer / NextSongTP.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1996-06-05  |  183 b   |  11 lines

  1. /* An ARexx program which tells TinyPlayer to play the next song
  2.    in a multi module. */
  3.  
  4. options results
  5.  
  6. address TINYPLAYER
  7.  
  8. 'NEXTSONG'
  9.  
  10. if rc=0 then say 'Now playing song' result
  11.