ISDN Access Server User Guide
58
CompuServe Script
The following script file could be used to log on to Compu-
Serve, and can be used as an example for other situations.
wait 3000
send “\r”
wait 3000
send 100 “CIS\r”
wait 3000 “:”
send 100 “
user id
\r”
wait 3000
send 100 “
password
\r”
wait 60000 “!”
send 100 “GO PPPCONNECT\r”
Command
Explanation
wait 3000
Pause for 3 seconds
send “\r”
Send the carriage return charac-
ter.
wait 3000
Pause for 3 seconds
send 100 “CIS\r”
Send the string “CIS”, then a
carriage return character. Pause
for 100 ms between characters.
wait 3000 “:”
Wait for 3 seconds to receive the
character “:” If not received in
time, the connection is dropped.
send 100 “
user id
\r”
Send the string
user id
, where
user id
is your log-in name, then
a carriage return. Pause for 100
ms between each character.
wait 3000
Pause for 3 seconds
Summary of Contents for IAS-240
Page 5: ...iv ...