/[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.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 @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\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