home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / msdos / programm / 11929 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.0 KB

  1. Xref: sparky comp.os.msdos.programmer:11929 comp.os.msdos.misc:6919
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!bcm!lib!sphm42.sph.uth.tmc.edu!sph0301
  3. From: sph0301@utsph.sph.uth.tmc.edu
  4. Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc
  5. Subject: Re: Redirecting output from a batch file.
  6. Keywords: batch redirection
  7. Message-ID: <sph0301.143.726530393@utsph.sph.uth.tmc.edu>
  8. Date: 8 Jan 1993 21:59:53 GMT
  9. References: <1993Jan8.124018.22988@ucl.ac.uk>
  10. Sender: usenet@lib.tmc.edu
  11. Followup-To: comp.os.msdos.programmer
  12. Organization: Univ. of Texas School of Public Health
  13. Lines: 14
  14. Nntp-Posting-Host: sphm42.sph.uth.tmc.edu
  15.  
  16. In article <1993Jan8.124018.22988@ucl.ac.uk> uclyjjd@ucl.ac.uk (Julian 
  17. Daley) writes:
  18. >If I have a one line file TEST.BAT which looks like this -
  19. >@echo Hello World
  20. >and I type ...
  21. >TEST > TEST.OUT
  22. >... at the C> prompt I get "Hello World" on the screen and a 0 
  23. >length file, TEST.OUT
  24.  
  25.  
  26.  
  27. For what it's worth, this works as you expect it to under 4DOS - no
  28. echo to the screen and output send to test.out.
  29.  
  30.