echo on
REM Build root is the base directory of the build environment
SET BUILDROOT=c:\prophets

REM Add wzzip to Path
SET Path=%Path%;C:\Program Files\WinZip

cd %buildroot%\source
del currentsource.zip
wzzip -r -P currentsource.zip >> %buildroot%\logs\zip.log
