File:  [parser3project] / parser3 / src / doc / html2chm.cmd
Revision 1.4: download - view: text, annotated - select for diffs - revision graph
Fri Oct 5 11:33:59 2001 UTC (24 years, 9 months ago) by parser
Branches: MAIN
CVS tags: HEAD
paths

CD html
SET dest=..\chm
START /low /wait "" "C:\Program Files\HTML Help Workshop\hhc.exe" index.hhp
ATTRIB +h index.hh?
DEL %dest%\*.ch? 
COPY *.ch? %dest%\parser3.*
DEL *.ch?

E-mail: