Hm... And what are you think about a small utility IF.EXE. Which will launch first program and when program was ended then check it errorcode. If it's TRUE result then lanched second program, else third program. For example:
IF.EXE 0==masm.exe %1.asm then link.exe %1.obj else echo Error!
Is it required or not? It can be made soon.
|