home *** CD-ROM | disk | FTP | other *** search
/ Everyones Internet / EV1NET.ISO / pc / data / 1200.scp < prev    next >
Encoding:
Text File  |  1999-08-25  |  249 b   |  14 lines

  1. ; Dial-up Script for IGN (19/08/1999)
  2. proc main
  3.   delay 3
  4.   waitfor "ogin:"
  5.   transmit $USERID
  6.   transmit "^M"
  7.   waitfor "assword:"
  8.   transmit $PASSWORD
  9.   transmit "^M"
  10.   waitfor "ption:"
  11.   transmit "1"
  12.   transmit "^M"
  13.   delay 3
  14. endproc