home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / msdos / apps / 4354 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  1.3 KB

  1. Xref: sparky comp.os.msdos.apps:4354 comp.os.msdos.misc:4754
  2. Newsgroups: comp.os.msdos.apps,comp.os.msdos.misc
  3. Path: sparky!uunet!gatech!bloom-beacon!bloom-picayune.mit.edu!athena.mit.edu!pshuang
  4. From: pshuang@athena.mit.edu (Ping-Shun Huang)
  5. Subject: Re: CONFIG.SYS tactics
  6. In-Reply-To: chrisr@ersys.edmonton.ab.ca's message of Fri, 14 Aug 92 12:09:14 MDT
  7. Message-ID: <PSHUANG.92Aug15172651@ninja.mit.edu>
  8. Sender: news@athena.mit.edu (News system)
  9. Nntp-Posting-Host: ninja.mit.edu
  10. Organization: Massachusetts Institute of Technology
  11. References: <w64mapc@lynx.unm.edu> <4LDiPB1w165w@ersys.edmonton.ab.ca>
  12. Date: Sat, 15 Aug 1992 21:27:03 GMT
  13. Lines: 15
  14.  
  15. In article <4LDiPB1w165w@ersys.edmonton.ab.ca> chrisr@ersys.edmonton.ab.ca (Chris Ringe) writes:
  16.  
  17.  > ?? One would assume that this type of re-direction would still work.  I 
  18.  > haven't tried this, but logically, it should.
  19.  
  20. Logically, it shouldn't, because it is up to COMMAND.COM or your
  21. favorite command line shell to interpret redirection characters to mean
  22. that it should provide the child process (e.g. the program you are
  23. loading) with a stdout file handle pointing to a file on disk instead of
  24. the console device. Statements in CONFIG.SYS are not processed by the
  25. command shell and therefore redirection using ">" shouldn't work.
  26.  
  27. --
  28. Ping Huang (INTERNET: pshuang@athena.mit.edu), probably speaking for himself
  29.  
  30.