home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-08-02 | 379 b | 17 lines |
- [Scripting]
- Name=rego.scp
- [Script_File]
- 1=0=proc main
- 2=1=transmit "^M"
- 3=2=waitfor "ervice?",matchcase until 10
- 4=3=transmit "P"
- 5=4=transmit "^M"
- 6=5=waitfor "sername:",matchcase until 10
- 7=6=transmit $USERID
- 8=7=transmit "^M"
- 9=8=waitfor "assword:",matchcase until 10
- 10=9=transmit $PASSWORD
- 11=10=transmit "^M"
- 12=11=endproc
- 13=12=;This is the connect script
-