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

  1. vbc CompVB.vb /out:..\Bin\CompVB.dll /t:library
  2.  
  3. rem Copy this to the \bin subdirectory of the application's virtual directory
  4. copy /y ..\Bin\CompVB.dll "..\ClientASP+\Bin"
  5.