samptc.bat

来自「一个可以立即使用的嵌入式操作系统」· Batch 代码 · 共 20 行

BAT
20
字号
rem Batch file to make all sample applications for Turbo C
tmake %1 %2 %3 %4 %5 -fres.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fminres.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fsnap.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fspawn.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fmspawn.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftest.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftprt.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftsio.tc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftestmod.tc
:exit

⌨️ 快捷键说明

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