2 rem Zip up a patch file
7 Rem Set this to the required patch version
10 if "%src" == "" goto usage
11 if "%dest" == "" goto usage
12 echo About to archive
patch%version%.zip
15 if "%wise" == "1" echo with WISE setup creation.
16 echo CTRL
-C
if this is
not correct.
19 erase %dest\
patch*.zip
24 zip32
-@
%dest\
patch%version%.zip
< %src\distrib\msw\
patch.rsp
25 echo wxWindows
patch archived.
32 echo DOS wxWindows
patch distribution.