home *** CD-ROM | disk | FTP | other *** search
/ The Internet Group / IHUG_SETUP_DISK.BIN / pc / extras / scripter / login.scp next >
Text File  |  1997-08-02  |  183b  |  12 lines

  1. proc main
  2.    delay 2
  3.    transmit "^M"
  4.    waitfor "ogin"
  5.    transmit $USERID
  6.    transmit "^M"
  7.    waitfor "assword"
  8.    transmit $PASSWORD
  9.    transmit "^M"
  10.    delay 2
  11. endproc
  12.