@echo off
IF "%1"=="" GOTO Continue
upx census.exe
copy install\*.txt
copy help\htmlhelp\*.chm
zip -9 install/Output/census-%1-source.zip *.pas *.dfm *.ddp *.html *.brc *.bmp *.cfg *.ddp *.dpr *.emf *.ico *.jpg *.liv *.rtf *.sql *.db *.avi *.bat
zip -9 install/Output/census-%1-source.zip Census.drc Census.bdsproj Census.res
zip -9 install/Output/census-%1-source.zip DelZip179.dll pcrelib.dll
zip -9 install/Output/census-%1-source.zip MPL-1.1.txt CHANGES.txt README.txt
zip -9 install/Output/census-%1-source.zip install/Census-current.iss
zip -r9 install/Output/census-%1-source.zip help/toolbar_files
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/images
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.html
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.chw
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.hhc
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.hhk
zip -r9 install/Output/census-%1-source.zip help/htmlhelp/*.hhp
zip -9 install/Output/census-%1.zip census.exe *.chm MPL-1.1.txt CHANGES.txt README.txt DelZip179.dll pcrelib.dll
GOTO Done
:Continue
echo -----------------------------------
echo You need to enter a version number.
echo -----------------------------------
:Done