Reference Scripts
 
(4) ----------------------------------------------------------------- ----------------------------------------------------------------- Script: imp-w95.scp, Platform: w95 ----------------------------------------------------------------- ; iPass Dial-Up Networking Scipt ; ; Copyright (C) 1997 iPass Inc. ; ; Do not edit this script. Connection to the ; remote access points requires this script. ; ; Future auto-updates of this script will not ; occur when editions are made to this script. ; proc main waitfor "sername:" transmit $USERID + "^M" waitfor "assword:" transmit $PASSWORD + "^M" endproc ----------------------------------------------------------------- Script: roam4.cmd, Platform: w31 ----------------------------------------------------------------- if ![load $number] if [query $number "Enter your dial up phone number"] save $number end end # initialize modem, use at&f1 for USE and SupraFax modems output at&f\r input 10 OK\r # remove the '#' from the below two lines # if your 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 login name input 30 sername: 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 display \n display Connected.\n display You can now start your Winsock utilities.\n online
(1) ----------------------------------------------------------------- ----------------------------------------------------------------- Script: sci-w95.scp, Platform: w95 ----------------------------------------------------------------- ; iPass Dial-Up Networking Scipt ; ; Copyright (C) 1997 iPass Inc. ; ; Do not edit this script. Connection to the ; remote access points requires this script. ; ; Future auto-updates of this script will not ; occur when editions are made to this script. ; ; REV: SZ/2-03-97 ; Main entry point to script ; proc main integer nTries = 3 delay 2 while nTries > 0 do transmit "...^M" waitfor "SITA NETWORK" then DoLogin until 5 nTries = nTries -1 endwhile ; timed out goto Abort DoLogin: delay 2 transmit "NUI 37830001^M" waitfor "password" delay 2 transmit "98Z8VJ^M" waitfor "active" delay 1 transmit "9001252001^M" waitfor "connected" goto Done Abort: ; allow manual completion set screen keyboard on halt Done: endproc ----------------------------------------------------------------- Script: roam1.cmd, Platform: w31 ----------------------------------------------------------------- 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 # Special Setting for Sita Network output ...\r wait 2 input 10 SITA output NUI 37830001\r wait 2 input 10 password output 98Z8VJ\r wait 2 input 20 active output 9001252001\r wait 2 input 20 connect wait 5 # Script completion display display \n display Please wait 10 seconds after\n display the line \"Accepted\:\" shown before start your Winsock utilities.\n display \n online
(3) ----------------------------------------------------------------- ----------------------------------------------------------------- Script: ent-w95.scp, Platform: w95 ----------------------------------------------------------------- ----------------------------------------------------------------- Script: roam3.cmd, Platform: w31 -----------------------------------------------------------------
(2) ----------------------------------------------------------------- ----------------------------------------------------------------- Script: uun-w95.scp, Platform: w95 ----------------------------------------------------------------- ; iPass Dial-Up Networking Scipt ; ; Copyright (C) 1997 iPass Inc. ; ; Do not edit this script. Connection to the ; remote access points requires this script. ; ; Future auto-updates of this script will not ; occur when editions are made to this script. ; proc main integer count = 0 transmit "^M" delay 1 transmit "^M" delay 1 transmit "^M" delay 1 while count < 5 do transmit "^M" waitfor "in:" until 2 if $SUCCESS then goto DoLogin endif count = count + 1 endwhile halt DoLogin: transmit "IPASS/" transmit $USERID, raw transmit "^M" waitfor "word: " until 2 transmit $PASSWORD, raw transmit "^M" waitfor "ppp" until 10 if $FAILURE then goto Fail endif Fail: endproc ----------------------------------------------------------------- Script: roam2.cmd, Platform: w31 ----------------------------------------------------------------- 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 # Special Setting for UUnet output \r wait 1 # Pop up a window and prompt you for your login name input 30 ogin: username Please enter your username: output IPASS/\u\r # Pop up a window and prompt you for your login name input 30 assword: password Please enter your password: output \p\r wait 10 display \n display Connected.\n display You can now start your Winsock utilities.\n online
(5) ----------------------------------------------------------------- ----------------------------------------------------------------- Script: ntt-w95.scp, Platform: w95 ----------------------------------------------------------------- ; iPass Dial-Up Networking Scipt ; ; Copyright (C) 1997 iPass Inc. ; ; Do not edit this script. Connection to the ; remote access points requires this script. ; ; Future auto-updates of this script will not ; occur when editions are made to this script. ; proc main integer count = 0 transmit "^M" delay 1 while count < 5 do transmit "^M" waitfor "ogin:" until 2 if $SUCCESS then goto DoLogin endif count = count + 1 endwhile halt DoLogin: delay 1 transmit "IPASS/" transmit $USERID, raw transmit "^M" waitfor "Password:" transmit $PASSWORD + "^M" waitfor "PPP" endproc ----------------------------------------------------------------- Script: roam5.cmd, Platform: w31 ----------------------------------------------------------------- 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 # Special Setting for UUnet output \r wait 1 # Pop up a window and prompt you for your login name input 30 ogin: username Please enter your username: output \u\r # Pop up a window and prompt you for your login name input 30 assword: password Please enter your password: output \p\r wait 10 display \n display Connected.\n display You can now start your Winsock utilities.\n online

Back to Roaming Page
Back to IOHK Home Page