home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / msdos / sysutl / rdstderr.arc / RDSTDERR.DOC < prev    next >
Text File  |  1988-02-24  |  2KB  |  36 lines

  1. RDSTDERR - redirect STDERR output to a file.
  2.  
  3. I wrote this program to fill a void left by the inability of MS-DOS to redirect
  4. STDERR.  Microsoft's MASM outputs it's error messages to STDERR and I needed an
  5. easy way to capture these messages to a file so I could edit the source with
  6. the error messages in front of me.  I release it now to the Public Domain in
  7. the hope that it might make someone else's life a little easier and to attempt
  8. to repay the authors of all the fine PD software that I've used over the years.
  9.  
  10. To use it, enter "RDSTDERR FILE COMMAND" at the DOS prompt.  FILE should be the
  11. name of the file to direct STDERR output to and COMMAND should be the command
  12. to submit to DOS.  The redirection only stays in effect until the command is
  13. finished.
  14.  
  15. I've included the source in this archive so the program may be tailored to your
  16. needs.  The program has been tested on both an honest to goodness IBM PC/XT and
  17. Bullet-286 clone (both running DOS 3.30).
  18.  
  19. Finally, no warranty is given with this program and no liability is assumed.
  20. Use this program at your own risk.  Please distribute this archive in its
  21. original form only.  No charge may be made for distribution of this program or
  22. an archive containing it.
  23.  
  24.  
  25. Files include in this archive
  26. -----------------------------
  27.   rdstderr.pas - The Turbo Pascal 4.0 source for RDSTDERR.
  28.   rdstderr.exe - The executable file of same.
  29.   rdstderr.doc - (this file) Contains as much documentation as I could
  30.                  stomach writing for such a tiny program.
  31.   asmerr.bat   - A batch file showing the intended use for the program.
  32.  
  33.  
  34. R.J. Bartlett   24 February 1988
  35. GEnie address - R.Bartlett
  36.