2 rem Zip up a source distribution of Tex2RTF and associated apps.
3 set src
=c
:\wx2dev\wxWindows\utils
\tex
2rtf
5 if "%src" == "" goto usage
6 if "%dest" == "" goto usage
7 echo About to archive Tex2RTF
10 echo CTRL
-C
if this is
not correct.
13 erase %dest
\tex
2rtf_src.zip
18 zip32
-@
%dest
\tex
2rtf_src.zip
< %src
\tex
2rtf\distrib\src.rsp
22 echo Tex2RTF source archived.
26 echo Tex2RTF source distribution.