home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / w_acs_6'97 / delitracker_ii / files / arexx.lzx / Arexx / dt_time.rexx < prev    next >
OS/2 REXX Batch file  |  2016-02-11  |  86b  |  9 lines

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