home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / msdos / apps / 4514 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  1.1 KB

  1. Xref: sparky comp.os.msdos.apps:4514 comp.os.msdos.misc:4895
  2. Newsgroups: comp.os.msdos.apps,comp.os.msdos.misc
  3. Path: sparky!uunet!dcatlas!joet
  4. From: joet@dcatlas.dot.gov (Joe Trott)
  5. Subject: Re: CONFIG.SYS tactics
  6. Message-ID: <1992Aug26.165009.20536@dcatlas.dot.gov>
  7. Organization: U.S Dept. of Transportation
  8. References: <w64mapc@lynx.unm.edu> <4LDiPB1w165w@ersys.edmonton.ab.ca>
  9. Date: Wed, 26 Aug 1992 16:50:09 GMT
  10. Lines: 26
  11.  
  12. chrisr@ersys.edmonton.ab.ca (Chris Ringe) writes:
  13.  
  14. >rdhunt@triton.unm.edu () writes:
  15.  
  16.  ...
  17. >- (i.e. Can I redirect CONFIG.SYS output to a file?)
  18. >- 
  19. ...
  20.  
  21. >Could one not do something like...
  22.  
  23. >DEVICEHIGH=xxxxxxx.sys > C:\CAPTURE
  24. >DEVICEHIGH=yyyyyyy.sys > C:\CAPTURE
  25.  
  26. >?? One would assume that this type of re-direction would still work.  I 
  27. >haven't tried this, but logically, it should.
  28.  
  29.  
  30. Subsequent redirects MUST use >> instead of >, or the file will get
  31. overwritten (instead of appended) each time.
  32.  
  33. This will work with some commands but not others; I'm not sure which, so
  34. try it.  If the driver writes to standard output (many don't) then it
  35. will work.
  36.  
  37. -JTT
  38.