makeqh.bat

来自「MS DOS 6.0 操作系统源码完整版,对于研制操作系统结构,构建个人的操作系」· Batch 代码 · 共 11 行

BAT
11
字号
REM makeqh.bat - Make HELP.HLP *.QH file
REM 31-Jul-1992 bens    Initial version
REM
REM NOTE: polyawk is only on bens' machine, as he is the only one with
REM       a license.  We have to figure out how to get the help.qhf
REM       file generated correctly (no :F and :Z directives, and :N
REM       immediately follows .context tags), so that this step is
REM       not necessary.

polyawk -f mungeqh.awk help.qhf >help.qh

⌨️ 快捷键说明

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