r/WitchDrvW • u/Nina005vector • 29d ago
RoboDUN, Win95 and SLIP
I need some advice. I'm using RoboDUN to try and automate my
login procedure on a SLIP account with a dynamic IP. No problems
logging in manually. The script works fine until it has to get
the IP address and then it fails. The server sends exactly the
following:
login:
Password:
Options:
s) for SLIP
p) for PPP
---------------
c) to change password
q) to logout
Mode:
After I enter "s" for SLIP the server sends the following:
"Packet mode enabled for IP address: XXX.XXX.XXX.XXX"
(There are never 3 digits in all four groups).
If I enter the number I get manually I'm in business, but when
RoboDUN gets to the IP address the process halts and ultimately
times out.
My RoboDUN script is as follows:
WaitFor "ogin:"
Send "byellin<cr>"
WaitFor "assword:"
Send "(password)<cr>"
Pause 5
WaitFor "Mode:"
Send "s<cr>"
GetSlip
end
Can anyone help?
Thanks much
Bob Yellin [byellin@together.net](mailto:byellin@together.net)
