home *** CD-ROM | disk | FTP | other *** search
- echo off
- if exist %1.ASM goto Continue
- echo To use - ASMERR filename
- echo where filename = name of source file (no .ASM extension)
- echo STDERR will go to a file with the same body name and .ERR extension
- goto Error
- :Continue
- rdstderr %1.err masm %1;
- :Error