LOL - You just happen to catch me when I'm playing around with the same
exact test. Will monitor this thread and keep you posted.
Paul
"Fred" <fred...@hotmail.com> wrote in message
news:2c5401c1ca68$62bcbb70$a4e62ecf@tkmsftngxa06...
Fred.
>.
>
You must name the batch file other than "route" since now the batch
re-executes itself! Use "routes.bat" or "static_r.bat" or something similar.
Or, you can add the route command with disk letter and full path. Not
recommended since you still can accidentally invoke manually the batch
instead of the real command.
If you need to add he route before logging on (for example to log in to a NT
domain) consider using a Registry entry instead.
--
Paul Chitescu
pchi...@pchitescu.myip.org http://pchitescu.myip.org/ ICQ:22641673
Any spammers will be painfully squeezed into /dev/null
--
Richard G. Harper (rgha...@email.com) MSMVP MPS-D
* NOTE - Private E-Mail is generally not replied to. Please post all
* questions and replies in the newsgroups for the benefit of everyone.
* Help US help YOU ... http://www.dts-l.org/goodpost.htm
"Fred" <fred...@hotmail.com> wrote in message
news:2c5401c1ca68$62bcbb70$a4e62ecf@tkmsftngxa06...
Best Regards,
Fred.
>.
>
>Hello,
>I'm trying to add a persistent route on a computer running
>win98. The only solution I found (knowledge DB) told me to
Not sute I understand the overall question, but I set up a route Batch
file when I was using @home and wanted to start a dialup connection.
I know there are problems when trying to connect to some one local,
and you need a route. Is that what you are wanting? I just created a
shortcut in the Startup with the command line something like this as
one line of course.
C:\WINDOWS\COMMAND\START.EXE /w C:\WINDOWS\ROUTE.EXE add 24.17.43.141
mask 255.255.255.255 24.12.152.129
Here is a example of what I did in a file called router.bat. I do see
that the route command lines got word wrapped so please adjust
accordingly....
REM news
start /w C:\WINDOWS\ROUTE.EXE add 24.2.192.37 mask 255.255.255.255
24.12.152.129
REM mail
REM start /w C:\WINDOWS\ROUTE.EXE add 24.254.60.13 mask
255.255.255.255 24.12.152.129
REM Yahoo Mail
REM start /w C:\WINDOWS\ROUTE.EXE add 216.136.173.10 mask
255.255.255.255 24.12.152.129
REM LAN
start /w route add 192.168.0.2 mask 255.255.255.255 192.168.0.1
start /w route add 192.168.0.3 mask 255.255.255.255 192.168.0.1
start /w C:\WINDOWS\ROUTE.EXE Print
You know what to do: shdb at slip dot net
>.
>