ctc.bat
来自「一个多任务操作系统CTask的源代码 用C语言编写」· Batch 代码 · 共 7 行
BAT
7 行
rem Batch-file to make Turbo C versions of the CTask kernel
rem and support routines.
tmake -fctask.tc
if errorlevel 1 goto exit
tmake -fctsup.tc
:exit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?