home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / apps / 6326 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: Windows and NCSA telnet....
  5. Message-ID: <1992Dec21.181140.1923@rei.com>
  6. Date: Mon, 21 Dec 1992 18:11:40 GMT
  7. References: <BzDHwz.230@news.cso.uiuc.edu> <BzDv2A.H52@news.iastate.edu> <BzEs7J.3u0@m2.dseg.ti.com> <BzEvtH.Dwz@news.iastate.edu>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 30
  10.  
  11. rjhoffma@iastate.edu (Richard J. Hoffmann) writes:
  12.  
  13. >wd8003e -w 0x60 10 0x280 0xd800
  14.  
  15. >Until I did that, I could only execute Telnet under Windows if I set the
  16. >*.pif so that Execution: was exclusive.  I seem to recall that there is
  17. >another driver that you could load right after the packet driver that
  18. >will accomplish the same thing as the -w switch, which was described as
  19. >a "hack."  Unfortunately, I can't remember what it is, but I think it
  20. >comes with the Clarkson packet driver collection.
  21.  
  22. The "hack" that you're thinking of is WINPKT, a pseudo-packet driver
  23. which accepts hardware packet interrupts and delivers them to Windows in
  24. the proper context.  It's not too easy to set up, but then, neither are
  25. packet drivers, but it works flawlessly for me.
  26.  
  27. Some folks feel that PKTMUX is a better solution, but after reading the
  28. documentation for it, I determined that it was even more of a gross hack
  29. than WINPKT, so I decided to stick with WINPKT.  Since NCSA telnet
  30. contains all the FTP and Telnet services that I need, I do not require
  31. multiple programs accessing the network card.
  32.  
  33. Actually, I don't use NCSA telnet, but instead use CUTCP, which is based
  34. on NCSA but is more stable and has some nicer features, in my opinion.
  35.  
  36. -- 
  37. #ifdef TRUE        | Fuzzy Fox (a.k.a. David DeSimone)       fuzzy@netcom.com
  38. #define  TRUE   0  |
  39. #define  FALSE  1  |  "You have been recruited by the Star League to defend
  40. #endif             |     the Frontier against Xur and the Kodan Armada."
  41.