home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 40 / IOPROG_40.ISO / SOFT / NETFrameworkSDK.exe / comsdk.cab / samples.exe / IntroDev / CompTest / CompCS / build.bat next >
Encoding:
DOS Batch File  |  2000-06-23  |  182 b   |  5 lines

  1. csc /out:..\Bin\CompCS.dll /target:library CompCS.cs
  2.  
  3. rem Copy this to the \bin subdirectory of the application's virtual directory
  4. copy /y ..\Bin\CompCS.dll "..\ClientASP+\Bin"
  5.