home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 9042 < prev    next >
Encoding:
Text File  |  1992-09-03  |  774 b   |  20 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!rei2!fox
  3. From: fox@rei.com (Fuzzy Fox)
  4. Subject: Re: Any idea why NUL is busy inside of windows?
  5. Message-ID: <1992Sep4.000654.7312@rei.com>
  6. Date: Fri, 4 Sep 1992 00:06:54 GMT
  7. References: <6126@transfer.stratus.com>
  8. Organization: Recognition Equipment, Inc.
  9. Lines: 9
  10.  
  11. Is it possible that you are loading a TSR in your AUTOEXEC which pipes
  12. its output to NUL?  If so, the TSR might leave the file handle open and
  13. cause sharing violations when another program tries to write to NUL.
  14.  
  15. -- 
  16. #ifdef TRUE         | Fuzzy Fox                  fuzzy@netcom.com
  17. #define  TRUE   0   | a.k.a. David DeSimone      an207@cleveland.freenet.edu
  18. #define  FALSE  1   |
  19. #endif              |         How's my posting?  Call 1-800-ALT-FLAME
  20.