h.bat
来自「开放源码的编译器open watcom 1.6.0版的源代码」· Batch 代码 · 共 10 行
BAT
10 行
ml -c /Fl cwhelp.asm >err.log
set lib=c:\watcom\lib386;c:\watcom\lib386\dos;
..\cwl\cwl /nostub /flat /map cwhelp c2asm,cwhelp.cw,,system >>err.log
type err.log
pause
copy cwhelp.cw cwhelp.002
..\cwc /m2 /l255 cwhelp.cw
copy /b cwdstub.exe + cwhelp.cw cwhelp.exe
copy cwhelp.exe c:\watcom\binw
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?