File:  [parser3project] / parser3 / src / doc / html2chm.cmd
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Thu May 17 19:03:00 2001 UTC (25 years ago) by parser
Branches: MAIN
CVS tags: HEAD
doc cmds

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

E-mail: