⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 register.bat

📁 很牛的GUI源码wxWidgets-2.8.0.zip 可在多种平台下运行.
💻 BAT
字号:
@echo offREMREM register.bat registers the Life app with CEAppMgr.exe.REM You can also provide a setup.exe to do this, for example from:REMREM http://www.pocketpcdn.com/articles/creatingsetup.htmlREMREM This assumes that the file install.ini is the same directoryREM as the CAB and setup.REMREMREM You must modify the following directories to point to the correct locations. REM Make sure the CAB file(s) to be installed are in the appinst\ root directory.REMset fileLife="%WXWIN%\demos\life\setup\wince\install.ini"set fileCEAppMgr="C:\Program Files\Microsoft ActiveSync\ceappmgr.exe"if not exist %fileLife% goto Usageif not exist %fileCEAppMgr% goto Usage%fileCEAppMgr% %fileLife%goto Exit:Usage@echo ---@echo Edit this batch file to point to the correct directories@echo    fileLife  = %fileLife%@echo    fileCEAppMgr = %fileCEAppMgr%@echo       (this file is installed by Windows CE Services)@echo ---:Exit

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -