home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 June
/
VPR0106A.BIN
/
OLS
/
SABABAN22A
/
sababan22a.lzh
/
_SETUP.1
/
rta50i_Connect.srt
< prev
next >
Wrap
Text File
|
2001-03-10
|
612b
|
39 lines
#TELNET SCRIPT for BANNIN
#VERSION 1.0
#
#Connect Script
#
#返値表
# 0 = No Error
# 1 = Password Error
# 2 = Administrator Password Error
# 9 = Timeout
#
set timeout(10) exit 9
set errortrap(パスワードが間違っています) exit 1
open
wait Password:
type $PASSWORD
type $RETURN
wait >
type administrator
type $RETURN
wait Password:
set errortrap(パスワードが間違っています) exit 2
type $ADMINPASSWORD
type $RETURN
wait #
#Connection Open Seq.
type connect 0
type $PROVIDERCODE
type $RETURN
#Logout
wait #
type exit
type $RETURN
#wait >
type exit
type $RETURN
#Script End
exit 0