home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / mswindo / programm / misc / 4493 < prev    next >
Encoding:
Internet Message Format  |  1992-12-29  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!qt.cs.utexas.edu!cs.utexas.edu!execu!kevin
  2. From: kevin@execu.execu.com (Kevin English)
  3. Newsgroups: comp.os.ms-windows.programmer.misc
  4. Subject: Re: AUX Problem in Windows 3.1
  5. Message-ID: <4905@execu.execu.com>
  6. Date: 28 Dec 92 23:09:36 GMT
  7. References: <1992Dec25.172602.14421@mercury.cair.du.edu> <1992Dec28.135948.23297@enea.se>
  8. Organization: Execucom Systems Corp
  9. Lines: 16
  10.  
  11. In article <1992Dec28.135948.23297@enea.se> tope@enea.se (Tommy Petersson) writes:
  12. >ttoupin@zephyr.cair.du.edu (Tory Toupin) writes:
  13. >
  14. >This message usually pop's up when you're running the Windows Kernel in
  15. >debug mode. If I do that, and try to access the scanner connected to a
  16. >SCSI card, I get the same message.
  17. >
  18.  
  19. Take a look at Section 3.2.2.1 of the "Getting Started" booklet that
  20. came with your SDK (System Debugging Output).  The bottom line is that
  21. if you are running the debugging kernel and you don't have have terminal
  22. connected to COM1, then you should have the following in system.ini:
  23.  
  24. [Debug]
  25. OutputTo=NUL
  26.  
  27.