home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / apps / 6215 < prev    next >
Encoding:
Text File  |  1992-12-18  |  3.4 KB  |  78 lines

  1. Newsgroups: comp.os.ms-windows.apps
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!ux1.cso.uiuc.edu!news.cso.uiuc.edu!uxa.cso.uiuc.edu!dlg6627
  3. From: dlg6627@uxa.cso.uiuc.edu (Darmawan  Ludirdja)
  4. Subject: Re: Windows and NCSA telnet....
  5. References: <BzDHwz.230@news.cso.uiuc.edu> <BzDv2A.H52@news.iastate.edu> <BzEs7J.3u0@m2.dseg.ti.com> <BzEvtH.Dwz@news.iastate.edu> <mcdonald.614@aries.scs.uiuc.edu>
  6. Message-ID: <BzF86E.DAI@news.cso.uiuc.edu>
  7. Sender: usenet@news.cso.uiuc.edu (Net Noise owner)
  8. Organization: University of Illinois at Urbana
  9. Date: Thu, 17 Dec 1992 20:42:10 GMT
  10. Lines: 66
  11.  
  12. mcdonald@aries.scs.uiuc.edu (J. D. McDonald) writes:
  13.  
  14. >In article <BzEvtH.Dwz@news.iastate.edu> rjhoffma@iastate.edu (Richard J. Hoffmann) writes:
  15.  
  16.  
  17. I just called NCSA here at the Univ. of Illinois.....just in case anybody
  18. need their phone #: (217)244-0638 or e-mail address: pctelnet@ncsa.uiuc.edu
  19. I talked to Terry....he said that there is a problem running telnet
  20. inside windows (background)....The next release of telnet (by May'93)
  21. may have this feature....If anybody has a clue on how to use 
  22. it inside Windows, please e-mail and discuss with him.........
  23. He also mentioned that we need to change bios=yes in config.tel.
  24.  
  25. >>As I think back on this problem, I realize that I did have problems with
  26. >>Telnet dropping me back to the DOS prompt during a session.  The key to
  27. >>stopping this was adding the -w switch to the packet driver line in
  28. >>autoexec.bat.  In other words, I load the packet driver thus:
  29.  
  30. >>wd8003e -w 0x60 10 0x280 0xd800
  31.  
  32. >>Until I did that, I could only execute Telnet under Windows if I set the
  33. >>*.pif so that Execution: was exclusive. 
  34.  
  35. For Dick, can you post the uuencode of the *.pif plese.
  36.  
  37. >That is not the proper way to do it.
  38.  
  39. >The proper ways are three:
  40.  
  41. >1) If you don't need a packet driver for something else, use the
  42. >   internal driver inside Telnet for your card. This may work well
  43. >   inside Windows, or not.
  44.  
  45. >2) If you want the pachet driverm you should load it **inside the DOS window
  46. >   you are using for Telnet**. I.e. run Telnet from a batch file ..
  47. >   first load thge packet driver, then telnet, then after exiting Telnet
  48. >   unload the packet driver. Don't use the -w switch.
  49.  
  50. >3) The best way, and the only reliable way if you want to run the 
  51. >   packet driver from DOS once and for all, is to load the packet driver 
  52. >   there (no -w switch), then outside Windows, load Pktmux, the packet
  53. >   multiplexor. INSIDE windows run a batch file that loads a Pktdrv
  54. >   (from the pktmux package), then telnet, and finally unloads the pktdrv.
  55. >   This allows running Telnet, ftp, Trumpet, and lpr, all at once,
  56. >   inside Windows. Outside Windows you can also run NFS too.
  57.  
  58. I looked at the telnet manual...There is a section mention about
  59. Wollongong Group's WIN/TPC Installation (PKTDRV.EXE).....
  60.                                         ^^^^^^^^^^^^
  61. I think this is similar  to Doug's  comment (#3) above...
  62.  
  63. There are two notes however,
  64. a. The software interrupt number specified by the 8003/8013 packet
  65.    driver (8003pkdr.exe) MUST be different from that specified by PKTDRV.
  66.    For the 8003pkdr.exe program, this is specified by the /E Or 
  67.    /8 argument; in the PKTDRV.EXE, it is specified with the -N: argument.
  68. b. The hardware interrupt setting (specified with "-I:number") MUST match 
  69.    the hardware interrupt setting of the interface card (and the packet 
  70.    driver 8003pkdr.exe).
  71.  
  72. Anybody know how to specify the parameters? 
  73.  
  74. >Doug McDonald
  75.  
  76. Darmawan
  77. dlg6627@uxa.cso.uiuc.edu
  78.