build.bat
来自「Microsoft.NET.框架程序设计修订版中的书中源码」· Batch 代码 · 共 9 行
BAT
9 行
REM The three lines below compile the application the exact same way
csc /out:App.exe /t:exe /r:MSCorLib.dll App.cs
csc /out:App.exe /t:exe App.cs
csc App.cs
REM Without MSCorLib.dll, the code cannot compile
csc /out:App.exe /t:exe /nostdlib App.cs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?