home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / sysutl / rdstderr.arc / ASMERR.BAT next >
DOS Batch File  |  1988-02-24  |  273b  |  10 lines

  1. echo off
  2. if exist %1.ASM goto Continue
  3. echo To use - ASMERR filename
  4. echo    where filename = name of source file (no .ASM extension)
  5. echo    STDERR will go to a file with the same body name and .ERR extension
  6. goto Error
  7. :Continue
  8. rdstderr %1.err masm %1;
  9. :Error
  10.