--- parser3/src/doc/Attic/chm.cmd 2001/05/07 13:36:36 1.1 +++ parser3/src/doc/Attic/chm.cmd 2001/05/08 05:49:55 1.5 @@ -1,3 +1,6 @@ CD html -START /b /low "D:\Program Files\HTML Help Workshop\hhc.exe" index.hhp -MOVE *.chm *.chi ..\chm \ No newline at end of file +REM START /low /wait "" "D:\Program Files\HTML Help Workshop\hhc.exe" index.hhp +DEL index.hh? +SET dest=..\chm +DEL %dest%\*.ch? +MOVE *.ch? %dest% \ No newline at end of file