Hello, i can't figure out how to save the script code that my isp requires in order to login.
i would type the neccessary information after using the password f1n9eR . after typing in this code:
; Central Valley Internet Project
; CVIP.SCP - Login Script for DialUp Networking
; Revised: 2/26/97
proc main
integer count = 0
while count < 4 do
transmit "^M"
waitfor "ame:" until 2
if $SUCCESS then
goto DoLogin
endif
count = count + 1
endwhile
DoLogin:
transmit $USERID + "^M"
waitfor "ord:"
transmit $PASSWORD + "^M"
endproc
it doesn't save it it seems, because the next time i'm in to try to see if the script is in the script section, it isn't. it's a blank page.
so i can't login, because my websurfer would dial 291-0110 then it would wait for the username and password which is what the script is used for to insert the information.
also, the script code is for win98 computer. i'm running the websurfer as just a dial in isp. there isn't a hard drive inserted, and the os hasn't been modified other than some of the dialing settings.
anyhelp is appreciated.
please write to me at studmufn@hotmail.com because i may not be able to find this thread. thanks.
-ASPguy