File:  [parser3project] / parser3 / src / doc / html2chm.cmd
Revision 1.3: download - view: text, annotated - select for diffs - revision graph
Mon May 28 09:03:25 2001 UTC (25 years, 1 month ago) by parser
Branches: MAIN
CVS tags: HEAD
removed >a

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

E-mail: