maketheme.bat
来自「windows 手机homeskin」· Batch 代码 · 共 15 行
BAT
15 行
REM You will likely have to modify the location of CabwizSP.
rem sign the dll first
"e:\signcode\signcode.exe" -cn "Smartphone Privileged Development Code-Signing for bryan" -$ individual ..\ARMV4Rel\homeskin3_0.dll
"e:\signcode\signcode.exe" -cn "Smartphone Privileged Development Code-Signing for bryan" -$ individual ..\ARMV4Rel\homeskin3_1.dll
"e:\signcode\signcode.exe" -cn "Smartphone Privileged Development Code-Signing for bryan" -$ individual ..\ARMV4Rel\homeskin3_2.dll
rem sign the listview.exe for game
"e:\signcode\signcode.exe" -cn "Smartphone Privileged Development Code-Signing for bryan" -$ individual ..\Common\listview.exe
rem generate the theme file
"C:\program files\windows ce tools\wce420\Smartphone 2003\tools\CabwizSP.exe" HomeSkin3.inf /postxml postinstall.xml /cpu ARM
rem "C:\program files\windows ce tools\wce420\Smartphone 2003\tools\CabwizSP.exe" HomeSkin3.inf /cpu ARM
move Homeskin3.ARM.CAB "Mio HomeSkin3.hme"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?