/[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.1 - (hide annotations)
Sun Mar 13 16:35:16 2005 UTC (21 years ago) by sysadm
Branch: MAIN
CVS Tags: fenglin_1-0-0-0_MIL
Content type: application/x-msdos-program
no message

1 sysadm 1.1 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\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