@echo off xcopy ..\..\XPL\COM\lf.OBJ . >tmp xcopy ..\..\XPL\COM\sf.OBJ . >>tmp xcopy ..\..\XPL\COM\ff.OBJ . >>tmp xcopy ..\..\XPL\COM\MAIN.OBJ . >>tmp xcopy ..\PTRAN\COM\PREP.OBJ . >>tmp ..\PTRAN\COM\PTRAN body >>tmp com\OTRAN back >>tmp for %%A in (*.src) do ..\..\XPL\COM\XPL %%A >>tmp ..\..\LINK\COM\LINK OTRAN >>tmp DEL COM\*.OBJ >>tmp DEL COM\OTRAN.OLD >>tmp REN COM\OTRAN.COM OTRAN.OLD >>tmp MOVE *.OBJ COM >>tmp MOVE OTRAN.COM COM >>tmp edit tmp