>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Symbian phones
> Compuserve dial-up script settings
Bookmark topic
Wonder if anyone has the script settings for a Compuserve dial-up account (UK), I phoned Compuserve and the guy there suggested copying the cis.scp script file from the C:\WINNT\SYSTEM32\RAS folder (on my Win 2000 PC) and using that in the script settings on the P800.
However I get an error message "Problem with internet service login script. Internet service login script may be incorrect".
The text of the script file reads:
;
; 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.
set port databits 7
set port parity even
transmit "^M"
waitfor "Host Name:"
transmit "CIS^M"
waitfor "User ID:"
transmit $USERID, raw
transmit "/go:pppconnect^M"
waitfor "Password: "
transmit $PASSWORD, raw
transmit "^M"
waitfor "One moment please..."
; Set the port settings back to allow successful
; negotiation.
set port databits 8
set port parity none
endproc
----
Any ideas / scripts that you know work?
thanks
Helen.
--
Posted: 2003-04-17 16:44:00
Edit :
Quote
New Topic
Reply