REM make.bat PATH C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\ csc /checked /t:library A.cs csc /checked /t:exe B.cs /r:A.dll PAUSE