home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 November
/
VPR9611A.ISO
/
ols
/
win95
/
ht315
/
ht315.lzh
/
NIFJOIN.SCR
< prev
next >
Wrap
Text File
|
1996-02-09
|
1KB
|
58 lines
; Nifty-Serve オンラインサインアップ用スクリプト
; アクセスポイントはFENICS ROAD1~ROAD5どこでもOKです。
;
timeout 4
switch
case "Enter Connection-ID --->"
goto EnterConnectionID
case "HOST NAME?"
wait "*"
send "C NIF^M"
case timeout
timeout 1
send "." ; うまくログインしない場合はここをコメントにする
wait "."
if( timeout )
send " P^M"
else
send "00+"
endif
endswitch
endif
##ThroughCIS = 0
WaitConnectionID:
timeout 10
switch
case "Host Name: "
send "NIFTY^M"
##ThroughCIS = 1
goto WaitConnectionID
case "^M^J*"
beginloop
send "C NIF^M"
switch
case " Enter Connection-ID --->"
breakloop
case "^M^J*"
question "センターが接続要求を拒否しました。再試行しますか?"
if( no ) hangup
case timeout
message "接続に失敗しました。後は手動で操作してください。"
exit
endswitch
endloop
case " Enter Connection-ID --->"
if( ##ThroughCIS != 0 )
port parity=none data=8
endif
; 続く
case timeout
send " P^M"
goto WaitConnectionID
endswitch
EnterConnectionID:
send "SGN^M"
message "シリアルナンバーの入力以降は手動で行ってください。終了したら「電話・電話を切る」で電話を切ってください。"