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

📄 makehelp.bat

📁 浏览所有的PCI设备
💻 BAT
字号:
@echo off
REM -- First make map file from Microsoft Visual C++ generated resource.h
echo // MAKEHELP.BAT generated Help Map file.  Used by PCI EXPLORER.HPJ. >"hlp\PCI Explorer.hm"
echo. >>"hlp\PCI Explorer.hm"
echo // Commands (ID_* and IDM_*) >>"hlp\PCI Explorer.hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\PCI Explorer.hm"
echo. >>"hlp\PCI Explorer.hm"
echo // Prompts (IDP_*) >>"hlp\PCI Explorer.hm"
makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\PCI Explorer.hm"
echo. >>"hlp\PCI Explorer.hm"
echo // Resources (IDR_*) >>"hlp\PCI Explorer.hm"
makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\PCI Explorer.hm"
echo. >>"hlp\PCI Explorer.hm"
echo // Dialogs (IDD_*) >>"hlp\PCI Explorer.hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\PCI Explorer.hm"
echo. >>"hlp\PCI Explorer.hm"
echo // Frame Controls (IDW_*) >>"hlp\PCI Explorer.hm"
makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\PCI Explorer.hm"
REM -- Make help for Project PCI EXPLORER


echo Building Win32 Help files
start /wait hcrtf -x "hlp\PCI Explorer.hpj"
echo.
if exist Debug\nul copy "hlp\PCI Explorer.hlp" Debug
if exist Debug\nul copy "hlp\PCI Explorer.cnt" Debug
if exist Release\nul copy "hlp\PCI Explorer.hlp" Release
if exist Release\nul copy "hlp\PCI Explorer.cnt" Release
echo.


⌨️ 快捷键说明

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