home *** CD-ROM | disk | FTP | other *** search
/ Online Praxis 1998 March / Image.iso / CD-ROM / ZUGANG / VOSSNET / WIN311 / WIN95.SCR < prev   
Encoding:
Text File  |  1997-07-07  |  216 b   |  13 lines

  1. proc main
  2.    transmit "^M"
  3.    waitfor "ogin:"
  4.    transmit $USERID
  5.    transmit "^M"
  6.    waitfor "word:"
  7.    transmit $PASSWORD
  8.    transmit "^M"
  9.    waitfor "prise>"
  10.    transmit "ppp"
  11.    transmit "^M"
  12. endproc
  13.