@echo off @echo prepare.btm prepare zips and send changes to the website: rem configure whether to use JET replicatorsender.exe or hotspot replicatorsender.jar. if "%runwith" == "" set runwith=jar 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 echo running ReplicatorSender with %runwith @echo start %_date %_time if "%runwith" == "jet" replicatorsender.exe mindprod.properties if "%runwith" == "jar" java.exe %JAVA_OPTIONS -ea -jar replicatorsender.jar mindprod.properties if "%runwith" == "class" java.exe %JAVA_OPTIONS -ea com.mindprod.replicatorsender.ReplicatorSender mindprod.properties @echo stop %_date %_time if errorlevel 1 pause describe sender.log /D"log of files that the replicator distributed." rem -30-