makecmd.bat
来自「一个文本编辑器的例子(是Dos下的) 包含很多有价值的思想」· Batch 代码 · 共 12 行
BAT
12 行
masm cmdedit;
masm cmdmacro;
masm dirs;
masm edit;
masm history;
masm install;
masm strstack;
masm utl;
rem the module `install' must be the last one in the link command!
link /M cmdedit+cmdmacro+dirs+edit+history+strstack+utl+install ;
exe2bin cmdedit.exe cmdedit.com
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?