home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 16 / 16.iso / t / t146 / 1.img / SK2-2.ZIP / COMMS / CSERV.SCR < prev    next >
Encoding:
Text File  |  1991-01-11  |  210 b   |  18 lines

  1. Repeat
  2.    Delay (1)
  3.    Write ^C
  4.    Match "User ID:"
  5. 5 Times Or Until OK
  6. If Not OK Then
  7.    Restart
  8. EndIf
  9.  
  10. Write @cservname,CR
  11.  
  12. Match "Password:"
  13.  
  14. Write @cservpsw,CR
  15.  
  16. Match "OK"
  17.  
  18.