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

  1. /* DeliTracker - create modulelist */
  2.  
  3. parse arg filename
  4.  
  5. address 'DELITRACKER'
  6.  
  7. makelist filename
  8.  
  9.