tclibs.bat
来自「用C++写的RS232串口异步通讯功能模块」· Batch 代码 · 共 10 行
BAT
10 行
echo off
cls
echo This batch file converts all the COMM_? composite libraries to Turbo C
echo format. The COMM_? libraries and the TC_X? libraries must be in the
echo current directory or passed as an argument to the batch file. TLIB.EXE,
echo Turbo's LIB program, must be in the path.
echo Ex: tclibs c:\turboc\lib\
echo In the above example both the COMM and TC libs will be expected to be in
echo the c:\turboc\lib directory. The trailing backslash is required.
echo
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?