Modem script translation

Hi:
I’m having trouble to make my internet conection work because I can’t
translate my windows conection script to a qnxrtp conection script. Can
anybody please help me, I use the following script in windows:

proc main
waitfor “Terminal type? [vt100]”
transmit “tty^M”
waitfor “>”
transmit “fafodoc^M”
waitfor “ogin:”
transmit $USERID + “^M”
waitfor “assword:”
transmit $PASSWORD + “^M^M^M”
waitfor “$”
transmit “slirp ^M”
set ipaddr “10.0.2.15”
endproc

By now I’m using SLIP with windows, but I think there is no problem in using
PPP because (if I remember well) using “slirp -P” I can use PPP. Any help…

Leonardo
mcabral@fafodoc.unl.edu.ar

I tried with something like:

#stuf to connect here

#login script here
vt100]: tty >:fafodoc ogin: user_login ssword: user_password $: ‘slirp -P’

But I still can’t make it work. Can anybody help me, I am wasting a lot of
telephone calls trying to make it work.

Thanks,

Leonardo
mcabral@fafodoc.unl.edu.ar

Leonardo R. Cabral <mcabral@fafodoc.unl.edu.ar> escribió en el mensaje de
noticias 8s0jbp$squ$1@inn.qnx.com

Hi:
I’m having trouble to make my internet conection work because I can’t
translate my windows conection script to a qnxrtp conection script. Can
anybody please help me, I use the following script in windows:

proc main
waitfor “Terminal type? [vt100]”
transmit “tty^M”
waitfor “>”
transmit “fafodoc^M”
waitfor “ogin:”
transmit $USERID + “^M”
waitfor “assword:”
transmit $PASSWORD + “^M^M^M”
waitfor “$”
transmit “slirp ^M”
set ipaddr “10.0.2.15”
endproc

By now I’m using SLIP with windows, but I think there is no problem in
using
PPP because (if I remember well) using “slirp -P” I can use PPP. Any
help…

Leonardo
mcabral@fafodoc.unl.edu.ar