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

Annotation of /fenglin/gen_ex/gen_chm.bat

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations)
Sat Mar 1 08:58:56 2025 UTC (12 months, 2 weeks ago) by sysadm
Branch: MAIN
Changes since 1.1: +9 -9 lines
Content type: application/x-msdos-program
Convert GB2312 to UTF-8

1 sysadm 1.2 @echo off
2    
3     FOR /D %%A IN (??) DO IF EXIST %%A CALL gen_chm_sub %%A
4    
5     IF EXIST bbs_ex.chm erase bbs_ex.chm
6     "C:\Program Files (x86)\HTML Help Workshop\hhc.exe" bbs_ex.hhp
7     move /Y bbs_ex.chm pack\bbs_ex.chm
8    
9     echo on

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