home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #4 / amigaacscoverdisc1997-041997.iso / w_acs_6'97 / eagleplayer / installdata / arexxexamples.lha / EP_Timeout.rexx < prev    next >
OS/2 REXX Batch file  |  1993-10-20  |  86b  |  9 lines

  1. /* EaglePlayer - Timeout angeben */
  2.  
  3. parse arg time
  4.  
  5. address 'rexx_EP'
  6.  
  7. timeout time
  8.  
  9.