home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.ms-windows.misc
- Path: sparky!uunet!usc!sdd.hp.com!hplabs!nsc!decwrl!borland.com!mcuff
- From: mcuff@borland.com (Michael Cuff)
- Subject: Re: Win for Workgroups and WinQV/Net
- Message-ID: <1993Jan23.021456.29670@borland.com>
- Originator: mcuff@genghis.borland.com
- Keywords: windows network WinQVT/Net
- Sender: news@borland.com (News Admin)
- Organization: Borland International
- References: <jkramer.727636944@worms.cmsbio.nwu.edu>
- Date: Sat, 23 Jan 1993 02:14:56 GMT
- Lines: 55
-
- In article <jkramer.727636944@worms.cmsbio.nwu.edu> jkramer@.cmsbio.nwu.edu (James M. Kramer) writes:
- >I would like to run both Windows for Workgroups and WinQVT/Net together.
- >Either one runs fine alone, but WFW doesn't work when the Ethenet 3c503
- >driver and pktint are loaded. Can anyone tell if and how to get them to
- > coexist. Thanks.
-
- Here's what to do to use packet driver software, like NCSA Telnet,
- with Windows for Workgroup.
-
-
- 1. In config.sys, load the driver dis_pkt9.dos after the driver for
- your network card. As an example, here are the lines that were added
- to my config.sys by the Windows for Workgroup install, with the extra
- line I added:
-
- device=C:\protman.dos /i:C:\
- device=C:\elnk.dos
- device=c:\dis_pkt9.dos
- device=C:\msipx.sys
- device=C:\workgrp.sys
-
- 2. In protocol.ini (installed on c:\ on my machine), notice that
- Windows for Workgroup has set up a section defining your network card
- that is referred to by lines that begin "BINDINGS=" in the MS$NETBEUI
- and MS$IPX sections. On my machine I have a 3COM 3c501 Etherlink card
- and the name of the section that defines it is MS$ELNK. Add the
- following section to your protocol.ini file, subsituting section name
- that defines your card where I have "BINDINGS=MS$ELNK".
-
- [pktdrv]
- drivername = pktdrv$
- bindings = MS$ELNK
- intvec = 0x61
- novell = y
-
- dis_pkt9.dos should be availble at finer ftp sites for network drivers.
-
- Your autoexec.bat should look like:
- C:\WFW31\net start
- C:\winpkt 96 97
- C:\WFW31\msipx
- C:\WFW31\netx
-
- and config.sys:
- devicehigh=C:\protman.dos /i:C:\
- devicehigh=C:\smcmac.dos
- devicehigh=C:\dis_pkt9.dos
- devicehigh=C:\msipx.sys
- devicehigh=C:\workgrp.sys
-
-
- BEFORE starting Windows run PKTINT.COM (this comes with Qvtnet).
- Things will run smoothly after that ;->
-
- Michael Cuff
-