home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / DELIT218.LHA / Files / arexx.lzx / Arexx / dt_delplay.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-02-05  |  123 b   |  11 lines

  1. /* DeliTracker - remove current Player */
  2.  
  3. address 'DELITRACKER'
  4. options results
  5.  
  6. status M pna
  7. xx=result
  8.  
  9. deleteplayer xx
  10.  
  11.