Re: [Freedos-user] Using mTCP DHCP with WATTCP applications

2011-03-21 Thread Lee Eric
Any updates here?

On Mon, Mar 21, 2011 at 9:36 AM, Lee Eric openlinuxsou...@gmail.com wrote:
 Nice! Thanks mate.

 Eric
 On Mon, Mar 21, 2011 at 7:36 AM,  cordat...@aol.com wrote:

 To those of you interested in using the mTCP DHCP client with WATTCP
 applications that don't behave well with DHCP please do the following:

 a) Find and download minitrue, the executable is MT.EXE.  (maybe it's in
 FreeDOS 1.0, who knows).
    You can find at:  http://www.idiotsdelight.net/minitrue/

 b)  Create a batch file, I call mine M2WAT.BAT.  It looks like this:
 @echo off
 rem convert MTCP config file to WATTCP format
 copy mtcp.cfg wattcp.cfg
 rem first comment out every line with a '#'
 mt -b- -c -n wattcp.cfg (^) = #
 rem now uncomment the ones we want, add equal sign and change if needed
 mt -b- -c -n wattcp.cfg #ipaddr = my_ip=
 mt -b- -c -n wattcp.cfg #netmask = netmask=
 mt -b- -c -n wattcp.cfg #gateway = gateway=
 mt -b- -c -n wattcp.cfg #nameserver = nameserver=
 mt -b- -c -n wattcp.cfg #hostname = hostname=

 --- end of the batch file.

 c) Run this perhaps as another batch file:
    SET MTCPCFG = MTCP.CFG
    DHCP
    M2WAT
    whatever your wattcp application is, should work fine.

 Enjoy.

 --
 Colocation vs. Managed Hosting
 A question and answer guide to determining the best fit
 for your organization - today and in the future.
 http://p.sf.net/sfu/internap-sfd2d
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user




--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Using mTCP DHCP with WATTCP applications

2011-03-21 Thread cordata02

 

 Updates to what?  I think I'm done with this at this point.


 

 

-Original Message-
From: Lee Eric openlinuxsou...@gmail.com
To: freedos-user freedos-user@lists.sourceforge.net
Sent: Mon, Mar 21, 2011 5:24 am
Subject: Re: [Freedos-user] Using mTCP DHCP with WATTCP applications


Any updates here?



On Mon, Mar 21, 2011 at 9:36 AM, Lee Eric openlinuxsou...@gmail.com wrote:

 Nice! Thanks mate.



 Eric

 On Mon, Mar 21, 2011 at 7:36 AM,  cordat...@aol.com wrote:



 To those of you interested in using the mTCP DHCP client with WATTCP

 applications that don't behave well with DHCP please do the following:



 a) Find and download minitrue, the executable is MT.EXE.  (maybe it's in

 FreeDOS 1.0, who knows).

You can find at:  http://www.idiotsdelight.net/minitrue/



 b)  Create a batch file, I call mine M2WAT.BAT.  It looks like this:

 @echo off

 rem convert MTCP config file to WATTCP format

 copy mtcp.cfg wattcp.cfg

 rem first comment out every line with a '#'

 mt -b- -c -n wattcp.cfg (^) = #

 rem now uncomment the ones we want, add equal sign and change if needed

 mt -b- -c -n wattcp.cfg #ipaddr = my_ip=

 mt -b- -c -n wattcp.cfg #netmask = netmask=

 mt -b- -c -n wattcp.cfg #gateway = gateway=

 mt -b- -c -n wattcp.cfg #nameserver = nameserver=

 mt -b- -c -n wattcp.cfg #hostname = hostname=



 --- end of the batch file.



 c) Run this perhaps as another batch file:

SET MTCPCFG = MTCP.CFG

DHCP

M2WAT

whatever your wattcp application is, should work fine.



 Enjoy.



 --

 Colocation vs. Managed Hosting

 A question and answer guide to determining the best fit

 for your organization - today and in the future.

 http://p.sf.net/sfu/internap-sfd2d

 ___

 Freedos-user mailing list

 Freedos-user@lists.sourceforge.net

 https://lists.sourceforge.net/lists/listinfo/freedos-user









--

Colocation vs. Managed Hosting

A question and answer guide to determining the best fit

for your organization - today and in the future.

http://p.sf.net/sfu/internap-sfd2d

___

Freedos-user mailing list

Freedos-user@lists.sourceforge.net

https://lists.sourceforge.net/lists/listinfo/freedos-user




 
--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] Using mTCP DHCP with WATTCP applications

2011-03-20 Thread Lee Eric
Nice! Thanks mate.

Eric
On Mon, Mar 21, 2011 at 7:36 AM,  cordat...@aol.com wrote:

 To those of you interested in using the mTCP DHCP client with WATTCP
 applications that don't behave well with DHCP please do the following:

 a) Find and download minitrue, the executable is MT.EXE.  (maybe it's in
 FreeDOS 1.0, who knows).
    You can find at:  http://www.idiotsdelight.net/minitrue/

 b)  Create a batch file, I call mine M2WAT.BAT.  It looks like this:
 @echo off
 rem convert MTCP config file to WATTCP format
 copy mtcp.cfg wattcp.cfg
 rem first comment out every line with a '#'
 mt -b- -c -n wattcp.cfg (^) = #
 rem now uncomment the ones we want, add equal sign and change if needed
 mt -b- -c -n wattcp.cfg #ipaddr = my_ip=
 mt -b- -c -n wattcp.cfg #netmask = netmask=
 mt -b- -c -n wattcp.cfg #gateway = gateway=
 mt -b- -c -n wattcp.cfg #nameserver = nameserver=
 mt -b- -c -n wattcp.cfg #hostname = hostname=

 --- end of the batch file.

 c) Run this perhaps as another batch file:
    SET MTCPCFG = MTCP.CFG
    DHCP
    M2WAT
    whatever your wattcp application is, should work fine.

 Enjoy.

 --
 Colocation vs. Managed Hosting
 A question and answer guide to determining the best fit
 for your organization - today and in the future.
 http://p.sf.net/sfu/internap-sfd2d
 ___
 Freedos-user mailing list
 Freedos-user@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freedos-user



--
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user