home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 1 / Mecomp-CD.iso / amiga / tools / cd / indexcd / arexx / hip_add1.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1997-05-02  |  89 b   |  9 lines

  1. /* HippoPlayer - Add <file> */
  2.  
  3. parse arg filename
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. add filename
  8.  
  9.