compile.bat
来自「这里面有UCGUI的源码。对UCGUI介绍比较详细」· Batch 代码 · 共 7 行
BAT
7 行
echo You Should set the Borland C compiler PATH!
echo eg. set path=d:\bc31\bin;
set path=d:\bc31\bin;
del hello.exe
bcc -mh hello.c lib\gui.lib graphics.lib>编译结果.txt
type 编译结果.txt
hello
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?