home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / mswindo / misc / 6512 < prev    next >
Encoding:
Text File  |  1993-01-23  |  2.2 KB  |  69 lines

  1. Newsgroups: comp.os.ms-windows.misc
  2. Path: sparky!uunet!usc!sdd.hp.com!hplabs!nsc!decwrl!borland.com!mcuff
  3. From: mcuff@borland.com (Michael Cuff)
  4. Subject: Re: Win for Workgroups and WinQV/Net
  5. Message-ID: <1993Jan23.021456.29670@borland.com>
  6. Originator: mcuff@genghis.borland.com
  7. Keywords: windows network WinQVT/Net
  8. Sender: news@borland.com (News Admin)
  9. Organization: Borland International
  10. References: <jkramer.727636944@worms.cmsbio.nwu.edu>
  11. Date: Sat, 23 Jan 1993 02:14:56 GMT
  12. Lines: 55
  13.  
  14. In article <jkramer.727636944@worms.cmsbio.nwu.edu> jkramer@.cmsbio.nwu.edu (James M. Kramer) writes:
  15. >I would like to run both Windows for Workgroups and WinQVT/Net together.  
  16. >Either one runs fine alone, but WFW doesn't work when the Ethenet 3c503 
  17. >driver and pktint are loaded.  Can anyone tell if and how to get them to
  18. > coexist.  Thanks.
  19.  
  20. Here's what to do to use packet driver software, like NCSA Telnet,
  21. with Windows for Workgroup. 
  22.  
  23.  
  24. 1. In config.sys, load the driver dis_pkt9.dos after the driver for
  25. your network card. As an example, here are the lines that were added
  26. to my config.sys by the Windows for Workgroup install, with the extra
  27. line I added:
  28.  
  29.  device=C:\protman.dos /i:C:\
  30.  device=C:\elnk.dos
  31.  device=c:\dis_pkt9.dos
  32.  device=C:\msipx.sys
  33.  device=C:\workgrp.sys
  34.  
  35. 2. In protocol.ini (installed on c:\ on my machine), notice that
  36. Windows for Workgroup has set up a section defining your network card
  37. that is referred to by lines that begin "BINDINGS=" in the MS$NETBEUI
  38. and MS$IPX sections. On my machine I have a 3COM 3c501 Etherlink card
  39. and the name of the section that defines it is MS$ELNK. Add the
  40. following section to your protocol.ini file, subsituting section name
  41. that defines your card where I have "BINDINGS=MS$ELNK".
  42.  
  43. [pktdrv]
  44. drivername = pktdrv$
  45. bindings = MS$ELNK
  46. intvec = 0x61
  47. novell = y
  48.  
  49. dis_pkt9.dos should be availble at finer ftp sites for network drivers.
  50.  
  51. Your autoexec.bat should look like:
  52. C:\WFW31\net start
  53. C:\winpkt 96 97
  54. C:\WFW31\msipx
  55. C:\WFW31\netx 
  56.  
  57. and config.sys:
  58. devicehigh=C:\protman.dos /i:C:\
  59. devicehigh=C:\smcmac.dos
  60. devicehigh=C:\dis_pkt9.dos
  61. devicehigh=C:\msipx.sys
  62. devicehigh=C:\workgrp.sys
  63.  
  64.  
  65. BEFORE starting Windows run PKTINT.COM (this comes with Qvtnet).
  66. Things will run smoothly after that ;->
  67.  
  68. Michael Cuff
  69.