📄 tclibs.bat
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -