rem manualreplicator.bat
rem Running the Replicator Receiver without Java Web Start
rem make directory current where replicator.jar lives.

E:
cd \com\mindprod\replicator
rem keep the following all on one line
java.exe -ea -DVIA=website -DPROJECT_NAME=Mindprod.com -DUNIQUE_PROJECT_NAME=com.mindprod.replicator -DSUGGESTED_RECEIVER_BASE_DIR=C:\mindprod -DSUGGESTED_RECEIVER_ZIP_STAGING_DIR=C:\mpstaging -DWEBSITE_ZIP_URL=http://mindprod.com/replicator -DSUGGESTED_LAN_ZIP_URL=http://mindprod.com/replicator -DKEEP_ZIPS=false -DUNPACK_ZIPS=true -DAUTHENTICATION=none -DDEBUGGING=false replicator.jar
rem -30-