home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 July / APC47-1.ISO / isp / ozemail / ie3 / win31 / eng / instal.ins < prev    next >
Encoding:
INI File  |  1997-08-02  |  379 b   |  17 lines

  1. [Scripting]
  2. Name=rego.scp
  3. [Script_File]
  4. 1=0=proc main
  5. 2=1=transmit "^M"
  6. 3=2=waitfor "ervice?",matchcase until 10
  7. 4=3=transmit "P"
  8. 5=4=transmit "^M"
  9. 6=5=waitfor "sername:",matchcase until 10
  10. 7=6=transmit $USERID
  11. 8=7=transmit "^M"
  12. 9=8=waitfor "assword:",matchcase until 10
  13. 10=9=transmit $PASSWORD
  14. 11=10=transmit "^M"
  15. 12=11=endproc
  16. 13=12=;This is the connect script
  17.