將目前目錄中的所有 C# 檔案 編譯成 Something.xyz (一個 DLL) : 複製 csc /target:library /out:Something.xyz *.cs ...
msdn.microsoft.com