⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sampbc.bat

📁 一个多任务操作系统CTask的源代码 用C语言编写
💻 BAT
字号:
rem Batch file to make all sample applications for Turbo C
tmake %1 %2 %3 %4 %5 -fres.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fminres.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fsnap.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fspawn.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -fmspawn.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftest.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftprt.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftsio.bc
if errorlevel 1 goto exit
tmake %1 %2 %3 %4 %5 -ftestmod.bc
:exit

⌨️ 快捷键说明

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