On 25 Feb 01 at 3:12, Howard Eisenberger wrote:
> On Sat, 24 Feb 2001 14:15:16 -0500,
> "Samuel W. Heywood" <[EMAIL PROTECTED]> wrote:
> >
> > Sam Ewalt recently asked if there were some good ways to use Arachne's
> > internet connection to run other DOS internet apps. There are many good
> > ways of doing this. This is how I do it. I just shell out to DOS and run
> > the following batch file:
>
> Isn't it better to quit Arachne entirely without hanging up, run
> the other Internet apps, and then re-start Arachne?
>
> Howard E.
I have a batch file (DOS 6.21) uses Netdial, then writes
wattcp.cfg once, and then copies it to every subdirectory.
Here is a part of it:
.......
epppd base 0x3F8 irq 4 pktvec 0x60 115200 asyncmap 0 crtscts
call IP-UP.bat
echo my_ip=%MYIP% > wattcp.cfg
echo gateway=%remip% >> wattcp.cfg
echo netmask=%netmask% >> wattcp.cfg
echo nameserver=200.45.0.115 >> wattcp.cfg
echo nameserver=200.45.0.116 >> wattcp.cfg
echo domainslist="arnet.com.ar" >> wattcp.cfg
echo TZ="+3" >> wattcp.cfg
echo popuser="mlima" >> wattcp.cfg
set myip=%MYIP%
set dns=200.45.0.115
copy wattcp.cfg c:\arachne
copy wattcp.cfg c:\lynx
copy wattcp.cfg c:\minuet
copy wattcp.cfg c:\pmail
copy wattcp.cfg c:\yarn\uka_ppp
goto MENU
.....
>From MENU I can start any of 5 programs and return to any other one
several times.
--------------------------------------
Alejandro Lieber <[EMAIL PROTECTED]>
Rosario Argentina
--------------------------------------