home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Player / DELIT218.LHA / Files / arexx.lzx / Arexx / dt_time.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-04-15  |  86 b   |  9 lines

  1. /* DeliTracker - set timeout */
  2.  
  3. address 'DELITRACKER'
  4.  
  5. parse arg secs
  6.  
  7. timeout secs
  8.  
  9.