home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / programm / 9004 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  1.0 KB

  1. Path: sparky!uunet!cs.utexas.edu!zaphod.mps.ohio-state.edu!rpi!bu.edu!transfer!bigbootay.sw.stratus.com!leadfoot
  2. From: leadfoot@bigbootay.sw.stratus.com (Mark Curtis)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: Any idea why NUL is busy inside of windows?
  5. Message-ID: <6126@transfer.stratus.com>
  6. Date: 3 Sep 92 01:09:45 GMT
  7. Sender: usenet@transfer.stratus.com
  8. Lines: 17
  9.  
  10. I can not get MS's C7 pwb to compile inside a dos window.  It gets
  11. a sharing violation on the dev NUL.  NUL is used to throw away
  12. unwanted output.  Outside of windows all is fine, but inside a dos
  13. window any write accesses to NUL produce share violations.
  14.  
  15. copy \autoexec.bat nul               inside a dos window causes A/R/F
  16.                                      error message.  PWB displays an
  17.                                      error prompt and aborts.
  18.  
  19. It isn't pwb that is causing the problem.  Start windows, open a dos
  20. window, and try the above copy.  Yes you do need to have share loaded.
  21.  
  22. Any ideas on how to get around this?
  23.  
  24. Works fine outside of windows.
  25.  
  26. Mark
  27.