_dcc32.bat
来自「Voice Communicator (VC) 一套处理音频压缩的的控件包」· Batch 代码 · 共 11 行
BAT
11 行
@rem replace 'dcc32' with full path to compiler if it is not in the PATH
cd %1
dcc32 /m /I"..\..\common" /U"..\..\common" %1.dpr %2 %4 %5 %6 %7 %8 %9
@if errorLevel 1 goto exit
cd ..
:exit
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?