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

  1. Xref: sparky comp.os.msdos.programmer:11933 comp.os.msdos.misc:6921
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!iscsvax.uni.edu!kraai4712
  3. From: kraai4712@iscsvax.uni.edu
  4. Newsgroups: comp.os.msdos.programmer,comp.os.msdos.misc
  5. Subject: Re: Redirecting output from a batch file.
  6. Message-ID: <1993Jan8.163729.9709@iscsvax.uni.edu>
  7. Date: 8 Jan 93 16:37:29 -0600
  8. References: <1993Jan8.124018.22988@ucl.ac.uk>
  9. Organization: University of Northern Iowa
  10. Lines: 12
  11.  
  12. In article <1993Jan8.124018.22988@ucl.ac.uk>, uclyjjd@ucl.ac.uk (Julian Daley) writes:
  13. > Here's an easy one .....
  14. > How do I redirect standard output from a .BAT file ?
  15.  
  16. Get a copy of Ziff-Davis' BAT2EXEC.COM and use it to compile your batch file
  17. into an executable.
  18.  
  19. Then you can run the compiled batch file and redirect any standard output just
  20. as you would any other executable.
  21.  
  22. --jim
  23.