Sender: rich AT phekda DOT freeserve DOT co DOT uk Message-ID: <3AF9B5BD.9EAF92D1@phekda.freeserve.co.uk> Date: Wed, 09 May 2001 22:25:17 +0100 From: Richard Dawe X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.2.17 i586) X-Accept-Language: de,fr MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: program without window References: <3 DOT 0 DOT 6 DOT 16 DOT 20010509153059 DOT 0ec7aae4 AT pop3 DOT 01019freenet DOT de> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Hello. Michelle Konzack wrote: > It is a daemon/service and I have tried to make a TSR, but without > success because the size and missing knowledge how to program it. > > The other thing is, can I run it from Dos and then I use a shell ececute > command to run WfW 3.11 ? > > Can I use Packet-Driver parallel with the WfW-Network ??? I don't think you can have a packet driver running and use WfW's built in networking. I may be wrong, but I think there would be a conflict over which driver had control of the network card. Instead you could install Dan Lanciani's NDIS3PKT, which provides a packet driver interface to programs running in a DOS box under Windows. I don't know if it works with Windows for Workgroups, though. I'm not sure, but I think TSRs can register to be sent some notification when Windows starts. So you could make your TSR check for a packet driver on load and also when Windows starts. That way you can use it with DOS+packet driver or WfW+NDIS3PKT. HTH, bye, -- Richard Dawe http://www.phekda.freeserve.co.uk/richdawe/