@echo off echo ---- h t m l m a c r o s \ a l l . b t m 2017-03-28 ---- rem expand macros on all of mindprod if "%runwith" == "" set runwith=jar echo runwith=%runwith% E: cd E:\com\mindprod\htmlmacros if "%runwith" == "jet" E:\sys\ReplaceWebsite.exe %configuration if "%runwith" == "jar" java.exe %JAVA_OPTIONS -ea -jar ReplaceWebsite.jar %configuration if "%runwith" == "class" java.exe %JAVA_OPTIONS -ea com.mindprod.htmlmacros.ReplaceWebsite %configuration if errorlevel 1 pause error exit rem -30-