返回列表 发帖
确实挺强悍的。。

TOP

谢谢楼主!
能不能把修改后的资源重新打包回chm文件?

TOP

怎么源码不全呢?

TOP

谢谢老师分享,辛苦了

TOP

好强 学习中····

TOP

回复 1楼 的帖子

凑个热闹!
我的很简单:
Dumpchm.bat
@echo off
cd /d "%~dp1"
if "h"%~1=="h" goto hlp
if not exist "%~f1" goto hlp
if exist "%~n1_chm" goto alrt
:dcd
cls
color 09
set cmdstr=%~n1_chm %~nx1
hh -decompile %cmdstr%
echo.
color 02
goto ed
:alrt
echo %~n1_chm   已经存在!
color 0c
echo.
set /p p= [将删除%~n1_chm,请备份您的资料后。。。按Enter]
echo.
color 0d
rd /s /q "%~n1_chm"
goto dcd
:hlp
color 20
echo 用法:
echo [1] 把要提取的文件拖到这个脚本上
echo.
goto ed
:ed
echo 完成~
pauseCOPY
还有,修改后重新打包的hhp文件通用模板:
工程模板.hhp
;本文件与整理好的.hhc, .hhk文件配套使用
;*处根据实际情况填写
[Options]
Compatibility = 1.1 Or later
Display compile notes=Yes
Display compile progress=Yes
Default Font = 宋体, 9, 1
Language=0x804 中文(中国)
Title= *
Compiled file= *.chm
Index File = *.hhk
Contents File= *.hhc
Default Topic = *.htm
[Files]
;dir /b /s *.htm*COPY


用法参考http://lifenjoiner.blog.163.com/blog/static/5922714120108248241260/

[ 本帖最后由 lifenjoiner 于 2010-9-25 23:07 编辑 ]

TOP

回复 46楼 的帖子

重新打包需要hhc.exe, hha.dll v4.74.8702.0, MS 的,也是命令行。

TOP

谢谢楼主分享。谢谢 谢谢.

TOP

原来如此呀,找了好长时间

TOP

确实高手,谢谢共享

TOP

来瞧一瞧,顶一下

TOP

收集,正是想要的

TOP

原来hh.exe还可以这样用啊。

TOP

幫助文件...

看起來可以把部分英文漢化了

TOP

微软内置的软件真多

TOP

返回列表