@echo off tasm /m9 /ml sp2orig.asm tasm /m9 /ml sp2.asm if ERRORLEVEL 1 goto end tlink /t /x sp2orig.obj tlink /t /x sp2.obj wcl -l=dos sp2.asm :end