home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / INFO / SYSUTL / RDSTDERR.ARC / ASMERR.BAT next >
Encoding:
DOS Batch File  |  1988-02-24  |  273 b   |  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.