📄 makehelp.bat
字号:
@echo off
REM -- First make map file from Microsoft Visual C++ generated resource.h
echo // MAKEHELP.BAT generated Help Map file. Used by NTSTATUSEXPLORER.HPJ. >"hlp\NTSTATUSExplorer.hm"
echo. >>"hlp\NTSTATUSExplorer.hm"
echo // Commands (ID_* and IDM_*) >>"hlp\NTSTATUSExplorer.hm"
makehm ID_,HID_,0x10000 IDM_,HIDM_,0x10000 resource.h >>"hlp\NTSTATUSExplorer.hm"
echo. >>"hlp\NTSTATUSExplorer.hm"
echo // Prompts (IDP_*) >>"hlp\NTSTATUSExplorer.hm"
makehm IDP_,HIDP_,0x30000 resource.h >>"hlp\NTSTATUSExplorer.hm"
echo. >>"hlp\NTSTATUSExplorer.hm"
echo // Resources (IDR_*) >>"hlp\NTSTATUSExplorer.hm"
makehm IDR_,HIDR_,0x20000 resource.h >>"hlp\NTSTATUSExplorer.hm"
echo. >>"hlp\NTSTATUSExplorer.hm"
echo // Dialogs (IDD_*) >>"hlp\NTSTATUSExplorer.hm"
makehm IDD_,HIDD_,0x20000 resource.h >>"hlp\NTSTATUSExplorer.hm"
echo. >>"hlp\NTSTATUSExplorer.hm"
echo // Frame Controls (IDW_*) >>"hlp\NTSTATUSExplorer.hm"
makehm IDW_,HIDW_,0x50000 resource.h >>"hlp\NTSTATUSExplorer.hm"
REM -- Make help for Project NTSTATUSEXPLORER
echo Building Win32 Help files
start /wait hcrtf -x "hlp\NTSTATUSExplorer.hpj"
echo.
if exist Debug\nul copy "hlp\NTSTATUSExplorer.hlp" Debug
if exist Debug\nul copy "hlp\NTSTATUSExplorer.cnt" Debug
if exist Release\nul copy "hlp\NTSTATUSExplorer.hlp" Release
if exist Release\nul copy "hlp\NTSTATUSExplorer.cnt" Release
echo.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -