build.bat

来自「c#精彩编程百例(源代码)」· Batch 代码 · 共 51 行

BAT
51
字号

cd CSProject
del *.dll
call build.bat
cd ..

cd VBProject
del *.dll
call build.bat
cd ..

cd HTMLDefinition
del *.dll
call build.bat
cd ..

cd XMLDefinition
del *.dll
call build.bat
cd ..

cd ResourceEdit
del *.dll
call build.bat
cd ..

cd ObjectBrowser
del *.dll
call build.bat
cd ..


copy CSProject\*.dll ..\modules\CS
copy CSProject\*.xml ..\modules\CS

copy VBProject\*.dll ..\modules\VB
copy VBProject\*.xml ..\modules\VB

copy HTMLDefinition\*.dll ..\modules\HTML
copy HTMLDefinition\*.xml ..\modules\HTML

copy XMLDefinition\*.dll ..\modules\XML
copy XMLDefinition\*.xml ..\modules\XML

copy ResourceEdit\*.dll ..\modules\ResEdit
copy ResourceEdit\*.png ..\modules\ResEdit
copy ResourceEdit\*.xml ..\modules\ResEdit

copy ObjectBrowser\*.dll ..\modules\ObjBrowser
copy ObjectBrowser\*.xml ..\modules\ObjBrowser

⌨️ 快捷键说明

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