; ; This is a script file that is used to establish ; a PPP connection with SBLine, ; ; Main entry point to script ; proc main set port databits 8 set port parity none waitfor "Username:" transmit $USERID, raw transmit "^M" waitfor "Password:" transmit $PASSWORD, raw transmit "^M" endproc