@echo off
echo
echo ***********************************************
echo *** T.A.G. Version 2.7b Maintenance Release ***
echo ***********************************************
echo
echo NOTE: This upgrade may only be run on an existing
echo T.A.G. Version 2.7 Standard systems.
echo
echo Press [Control]-[C] and [Y] to abort or
pause
echo
rem *** Rebuild tag.exe using tag.ex~ patch file ***
rebuild tag.exe
if errorlevel 1 goto error
rem *** Rebuild tag.ovr using tag.ov~ patch file ***
rebuild tag.ovr
if errorlevel 1 goto error
rem *** If two patches executed ok, clean up unneeded files ***
del tag.ex~
del tag.ex!
del tag.ov~
del tag.ov!
del rebuild.exe
echo
echo ** Conversion Complete **
echo
goto end
:error
echo *********************************************
echo *** A fatal conversion error has occurred ***
echo *********************************************
:end