call %VS80COMNTOOLS%vsvars32.bat @echo on call version.cmd vcbuild.exe /build vs2005\sockets\regex\regex.vcproj Release if ERRORLEVEL 1 goto :EOF vcbuild.exe /build vs2005\sockets\zlib\zlib.vcproj Release if ERRORLEVEL 1 goto :EOF vcbuild.exe /rebuild vs2005\ui\ui.vcproj Release if ERRORLEVEL 1 goto :EOF del /s /q dist\ mkdir dist xcopy /y "vs2005\ui\Pocket PC 2003 (ARMV4)\Release\Bombus.exe" dist\ xcopy /s /y resources\*.* dist\ xcopy /s /y gsgetfile\dll\*.* dist\ xcopy /y copying.txt dist\ pkzipc -add -rec -path=relative "dist\bombus-%REVN% [%REVDATE%].zip" dist\*.* echo F | xcopy "dist\bombus-%REVN% [%REVDATE%].zip" "dist\bombus-ng.zip"