Hello Other Sam:
On Thu, 22 Feb 2001 09:06:41 -0500 Sam Ewalt wrote:
> On Wed, 21 Feb 2001 21:05:49 -0500, Samuel W. Heywood wrote:
>> On Wed, 21 Feb 2001 15:20:42 -0500, Sam Ewalt wrote rearding LSPPPD.EXE:
<snipped what he wrote>
I replied saying:
>> Just copy PATH.CFG to the home directory of your other DOS internet
>> application. (This copy operation may be performed automatically by
>> adding a line to a batch file used for connecting with Arachne). Also
>> make sure that the first line of your WATTCP.CFG file in the directory
>> where your other application is located reads as follows:
>> include=path.cfg
> What and where is PATH.CFG?
Well, it is like this:
---begin fragment of DIALERUP.BAT, where IP-UP.BAT is an output of LSPPP.EXE---
call IP-UP.bat
echo my_ip=%MYIP% > path.cfg
echo gateway=%remip% >> path.cfg
echo netmask=%netmask% >> path.cfg
echo nameserver=204.111.1.35 >> path.cfg
echo nameserver=204.111.1.36 >> path.cfg
echo Ip address set to %MYIP%
---end fragment of DIALERUP.BAT-----------------------------------------------
The routine shown above is very commonly used in dialup batch files used
to connect to the internet with EPPPD.EXE and with LSPPP.EXE. This works
very reliably, and you can depend on it to get you to wherever you want to
go today. Just substitute for the nameserver values whatever the DNS
numbers of your own ISP.
Regards,
Sam Heywood
.
..