home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / pcm548.zip / PCM548.EXE / SCRIPT.LZH / TIMEOUT.PSF < prev    next >
Text File  |  1992-05-09  |  205b  |  15 lines

  1.  
  2. ; default timeout 60 seconds
  3.  
  4. timeout 10
  5.  
  6. waitfor "This string never appears in received text"
  7.  
  8. if timeout goto end
  9.  
  10. send "I've got the text anyway ???"
  11.  
  12. :end
  13.         break
  14.         send "d"
  15.