msclibs.bat

来自「这个程序是用于通讯的」· Batch 代码 · 共 10 行

BAT
10
字号
echo off
cls
echo This batch file converts all the COMM_? composite libraries to Microsoft
echo C format.  The COMM_? libraries and the MSC_X? libraries must be in the
echo current directory or passed as an argument to the batch file.  LIB.EXE
echo must be in the path.
echo   Ex: msclibs c:\lib\
echo In the above example both the COMM_? and MSC_X? libs will be expected to
echo be in the c:\lib directory.  The trailing backslash is required.
echo 

⌨️ 快捷键说明

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