compile.bat
来自「采用.Net Socket技术的在线聊天室」· Batch 代码 · 共 5 行
BAT
5 行
@Echo off
csc /t:winexe /out:../ChatClient.exe /optimize+ ClientForm.cs
csc /t:winexe /out:../ChatServer.exe /optimize+ ServerForm.cs Client.cs
csc /t:library /out:../../SocketControl/SocketUserControl.dll /optimize+ SocketUserControl.cs
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?