File:  [parser3project] / parser3 / src / doc / html2chm.cmd
Revision 1.5: download - view: text, annotated - select for diffs - revision graph
Tue Apr 16 14:06:44 2002 UTC (24 years, 2 months ago) by paf
Branches: MAIN
CVS tags: HEAD
.chm file only now, no .chi

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%\parser3src.*
DEL *.ch?

E-mail: