home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / Opty / Arexx / PlayTrack.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1998-10-06  |  134 b   |  10 lines

  1. /*
  2. ** Script to Play track 2 at 10s during 20s
  3. */
  4.  
  5. options results
  6. address 'OPTYCDPLAYER'
  7.  
  8. 'playtrack TRACK=2 OFFSET=10 DURATION=20'
  9.  
  10.