RAS scripts for logging onto Compuserve


Here is the one I use, it has little error handling but works. You will need
to replace the 99999,999 with your ID number and replace password with your
password.

   [CompuServe]
   ; get to the host name prompt
   COMMAND=<cr>
   OK=<match>":"
   ; log on to the CIS network
   COMMAND=CIS<cr>
   ; check for user name prompt
   OK=<match>":"
   ; enter the user name
   COMMAND=99999,999/GO:PPPCONNECT<cr>
   ; check for the password prompt
   OK=<match>":"
   ; enter the password
   COMMAND=password<cr>
   ; finish
   OK=<ignore>



Here is one with some error control:

[CIS-Internet]
COMMAND=<cr>
OK=<match>"e:"
ERROR_NO_CARRIER=<match>"NO CARRIER"
LOOP=<ignore>
COMMAND=+<cr>
OK=<match>"Host Name:"
ERROR_NO_CARRIER=<match>"NO CARRIER"
LOOP=<ignore>
COMMAND=CIS<cr>
OK=<match>"User ID:"
ERROR_NO_CARRIER=<match>"NO CARRIER"
LOOP=<ignore>
COMMAND=YourUserId/GO:PPPCONNECT<cr>
OK=<match>":"
ERROR_NO_CARRIER=<match>"NO CARRIER"
LOOP=<ignore>
COMMAND=YourPassWord<cr>
CONNECT=<ignore>

Backup one step