; ; This is a script file that demonstrates how ; to establish a PPP connection with Compuserve, ; which requires changing the port settings to ; log in. ; ; Main entry point to script ; proc main ; Set the port settings so we can wait for ; non-gibberish text. transmit "^M" waitfor "Username>" transmit $USERID, raw transmit "^M" waitfor "Password>" transmit $PASSWORD, raw transmit "^M" endproc