/[LeafOK_CVS]/fenglin/gen_ex/gen_chm_sub.bat
ViewVC logotype

Annotation of /fenglin/gen_ex/gen_chm_sub.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Wed Mar 19 09:12:15 2025 UTC (11 months, 4 weeks ago) by sysadm
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +0 -0 lines
Content type: application/x-msdos-program
FILE REMOVED
Remove CHM generating feature

1 sysadm 1.2 type template\hhc_head > sub.hhc
2     type %1\inc.hhc >> sub.hhc
3     type template\hhc_tail >> sub.hhc
4    
5     type template\hhk_head > sub.hhk
6     type %1\inc.hhk >> sub.hhk
7     type template\hhk_tail >> sub.hhk
8    
9     IF EXIST sub.chm erase sub.chm
10    
11     ren index.html index_bak.html
12     copy %1\s_index.html index.html
13    
14     "C:\Program Files (x86)\HTML Help Workshop\hhc.exe" sub.hhp
15    
16     move /Y sub.chm pack\%1.chm
17     erase index.html
18     ren index_bak.html index.html
19     erase sub.hhc
20     erase sub.hhk

webmaster@leafok.com
ViewVC Help
Powered by ViewVC 1.3.0-beta1