makehelp.bat

来自「IO函数调用测试」· Batch 代码 · 共 32 行

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


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


⌨️ 快捷键说明

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