MONTHLY REMINDER FOR THE FREEDOS MAILING LISTS
Hi! If you are new to the FreeDOS mailing lists, welcome! If you have
been a list member for some time, then you can skip this as you should
be familiar with the rules by now.
---
The
On 8/31/2014 1:36 PM, Rugxulo wrote:
> Hi,
>
> On Sat, Aug 30, 2014 at 10:10 PM, Michael Brutman
> wrote:
>> It pains me to see this much effort going into what should be a small
>> utility that takes the relevant mTCP obtained network parameters and
>> writes them into the WATTCP file. There ar
>I suggest that somebody write a small program that takes the current
>>configuration parameters from the mTCP configuration file and updates a
>WATTCP >configuration file. It should not be a terribly complicated program -
>you just >have to do some light string processing.
Here' you go:
Hi,
On Sat, Aug 30, 2014 at 10:10 PM, Michael Brutman wrote:
>
> It pains me to see this much effort going into what should be a small
> utility that takes the relevant mTCP obtained network parameters and
> writes them into the WATTCP file. There are 15 invocations of the
> mt.exe program in th
If you're really concerned about a bunch of other parameters in WATTCP.CFG, the
more elegant solution (in my opinion of course) is this:
Do my original bat file.
At the end of the bat file put this:
echo "include c:\otherwat.cfg" >> wattcp.cfg
Keep all your other stuff in "otherwat.cfg" ...
M