if ![load $number] if [query $number "Enter your dial up phone number"] save $number end end # initialize modem, use at&f1 for USR and SupraFax modems output at&f\r input 10 OK\r # Remove the '#' from the below two lines # if you modem can't hear a dialling tone # output atx\r # input 10 OK\r # Be certain to add long-distance, or PABX dial-out prefixes output atdt$number\r input 45 CONNECT wait 2 # Pop up a window and prompt you for your login name output \r input 30 name: username Please enter your username: output \u\r wait 2 # Pop up a window and prompt you for your password input 30 assword: password Please enter your password: output \p\r wait 5 # Special Setting for moz input 30 > output ppp\r wait 2 display \n display Connected.\n display You can now start your Winsock utilities.\n online