@echo off call asm89.bat %1 if not exist %1.89z goto ERROR asmtoext %1.89z %1.89s del %1.89z>nul if not exist %1.9xz goto ERROR asmtoext %1.9xz %1.9xs copy %1.9xs %1.92s del %1.9xz>nul del %1.o>nul goto END :ERROR echo there were some bugs ! :) :END