| 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
|