@echo off @echo SMEAR.bat prepare zips and send changes to the website for the SMEAR project. rem configure whether to use JET replicatorsender.exe or hotspot replicatorsender.jar. set USE_JET=false rem current directory must be program dir. rem program will check that rem prepare new zips in SENDER_ZIP_STAGING_DIR E: cd \com\mindprod\replicatorsender if "%USE_JET%" == "true" replicatorsender.exe smear.properties if "%USE_JET%" == "false" java.exe %JAVA_OPTIONS -ea -jar replicatorsender.jar smear.properties if errorlevel 1 pause rem -30-