2 rem Zip up an external distribution of wxXML
4 set dest
=%WXWIN%\deliver
6 if "%src" == "" goto usage
7 if "%dest" == "" goto usage
8 echo About to archive an external wxXML distribution
:
11 echo CTRL
-C
if this is
not correct.
12 inkey
/W4 `Press any key to continue...`
%%input
16 zip32
-@
%dest\xml.zip
< %src\distrib\msw\xml.rsp
24 echo DOS wxXML distribution.
25 echo Usage
: zipxml source destination
26 echo e.g. zipxml d
:\wx2\wxWindows d
:\wx2\wxWindows\deliver