home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / protocol / tcpip / ibmpc / 4806 < prev    next >
Encoding:
Internet Message Format  |  1992-08-20  |  2.2 KB

  1. Path: sparky!uunet!caen!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.protocols.tcp-ip.ibmpc
  4. Subject: Re: Novell and WinQVT/Net (Argggghhhh)
  5. Message-ID: <1992Aug20.133439.58291@cc.usu.edu>
  6. Date: 20 Aug 92 13:34:38 MDT
  7. References: <Bt9EHC.BHr@usenet.ucs.indiana.edu> <mhart.714305333@blackjack> <seast.9.714325739@cdl.cdc.com>
  8. Followup-To: comp.protocols.tcp-ip.ibmpc
  9. Organization: Utah State University
  10. Lines: 36
  11.  
  12. In article <seast.9.714325739@cdl.cdc.com>, seast@cdl.cdc.com (Steve East) writes:
  13. > In article <mhart.714305333@blackjack> mhart@blackjack.dt.navy.mil (Michael Hart) writes:
  14. >>In <Bt9EHC.BHr@usenet.ucs.indiana.edu> ntaib@silver.ucs.indiana.edu (Iskandar Taib) writes:
  15. >>>In article <1992Aug14.194534.14216@kocrsv01.delcoelect.com> you write:
  16. >>>>autoexec.bat:
  17. >>>>
  18. >>>>     lsl.com
  19. >>>>     3c507.com -n -w 0x60
  20. >>>>     odipkt.com
  21. >>>>     winpkt 0x60 0x63
  22. >>This line, ^, should be "winpkt 0x63 0x60".
  23. >>The _new_ vector should be the first number, the old vector the second.
  24. > Agreed. And shouldn't the -w option be dropped if using winpkt?
  25. > -------------------------------------------------------------------
  26. > | Steve East                     |  Internet: seast@cdl.cdc.com   |
  27. > | Control Data Ltd               |  Office:   081-848-1919 x3041  |
  28. > | 3 Roundwood Av, Stockley Park  |  Fax:      081-848-3133        |
  29. > | Uxbridge, Middlesex.           |  Cnet:     621-3041            |
  30. > | UB11 1AG.                      |  Home:     0277-216785         |
  31. > | England.                       |  Mobile:   0850-768833         |
  32. > -------------------------------------------------------------------
  33.     Indeed, you are correct Steve. The "-w" option on a PD line means
  34. drop packets if the current application is not active. Winpkt's purpose
  35. in life is to store a packet and ask Windows to invoke the correct virtual
  36. machine so that delivery can be completed. Thus omit the "-w" switch.
  37.     The winpkt command line is of the form
  38.     winpkt new_int old_int
  39. The wise strategy is make new_int < old_int so that programs which scan
  40. upward through interrupts looking for a Packet Driver will see winpkt on
  41. new_int. Don't use old_int for another application when winpkt is operating.
  42.     Joe D.
  43.