build.bat

来自「Microsoft.NET.框架程序设计修订版中的书中源码」· Batch 代码 · 共 17 行

BAT
17
字号
@Echo off
Rem Delete all the binary files
del /q RunnableApp\*.*

REM Build the Multifile Type Library 
cd TypeLibrarySource
call Build.bat
cd ..

REM Build the Application that uses the Multifile Type Library 
cd AppSource
call Build.bat
cd ..

REM Change to the directory that contains the Runnable Application
cd RunnableApp

⌨️ 快捷键说明

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