--- parser3/src/doc/html2chm.cmd 2002/04/19 07:59:01 1.6
+++ parser3/src/doc/html2chm.cmd 2004/04/05 13:37:06 1.8
@@ -2,9 +2,9 @@ CD html
DEL graph_legend.dot
perl ..\chmhelper.pl
SET dest=..\chm
-START /low /wait "" "C:\Program Files\HTML Help Workshop\hhc.exe" index.hhp
+"C:\Program Files\HTML Help Workshop\hhc.exe" index.hhp
DEL %dest%\*.ch?
COPY *.ch? %dest%\parser3src.*
DEL *.ch?
-DEL index.hh?
+REM DEL index.hh?
EXIT
\ No newline at end of file