home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 1 / amigaformatcd01.iso / pd / music / utilities / hippoplayer / arexx / hip_add1.rexx next >
OS/2 REXX Batch file  |  1996-04-30  |  89b  |  9 lines

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