@echo off rem This file makes it easy for me to create a zip of the core32 source files. -- jcc7 cd .. erase core32.zip "d:\prgfiles\7-zip\7z.exe" a -tzip core32.zip -ir!win32\*.d -i!library.setup -i!win32\makelib.bat -ir!win32\win32.bat -ir!*.brf -ir!*.mak -x!.svn pause