home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / sound / utils / hippoplayer / arexx / hip_timeout.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1992-09-02  |  86 b   |  9 lines

  1. /* HippoPlayer - Set timeout */
  2.  
  3. parse arg secs
  4.  
  5. address 'HIPPOPLAYER'
  6.  
  7. timeout secs
  8.  
  9.