home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / programm / 8597 < prev    next >
Encoding:
Internet Message Format  |  1992-08-18  |  883 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!news.cs.indiana.edu!syscon!gator!miles!sjm
  2. From: sjm@miles.com (Scott Mark)
  3. Newsgroups: comp.os.msdos.programmer
  4. Subject: using nul: with windows?
  5. Message-ID: <1992Aug18.135428.11140@miles.com>
  6. Date: 18 Aug 92 13:54:28 GMT
  7. Organization: Miles Inc., Diagnostics Division, Elkhart, IN
  8. Lines: 18
  9.  
  10. I'm having real trouble with nul: in windows:
  11.  
  12. echo > nul
  13. echo > nul:
  14.  
  15. both cause sharing violations.  (I have 'share' installed, though I don't
  16. think that it's used for nul:.)
  17.  
  18. Many of my batch files redirect output to nul:, so they won't run from a DOS
  19. shell (full-screen or in a window), and MS C/C++ 7.0 programmer's workbench
  20. won't compile files under windows, because it generates makefiles that
  21. redirect output to nul:
  22.  
  23. Has anyone heard of this problem or a fix for it?
  24. I'm using Dos 5.0, Win 3.1, and 386-Max.
  25.  
  26. Scott Mark
  27. sjm@miles.com
  28.