2 rem Zip up an external distribution of OGL
4 if "%1" == "" goto usage
5 if "%2" == "" goto usage
6 echo About to archive an external OGL distribution
:
9 echo CTRL
-C
if this is
not correct.
10 inkey
/W4 `Press any key to continue...`
%%input
14 zip
-P
%3 %4 %5 %6 %7 %8 %2\ogl.zip @
%1\distrib\ogl.rsp
20 echo DOS OGL distribution.
21 echo Usage
: zipogl source destination
22 echo e.g. zipogl c
:\wx\utils\ogl c
:\wx\utils\ogl\deliver