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

  1. del /s *.exe
  2. del /s *.dll
  3.  
  4. cd compcs
  5. call build.bat
  6. cd..\compvb
  7. call build.bat
  8. cd..\compvc
  9. call build.bat
  10.  
  11. cd..\clientcs
  12. call build.bat
  13. cd..\clientvb
  14. call build.bat
  15. cd..\clientvc
  16. call build.bat
  17.  
  18. cd..\clientwinforms
  19. call build.bat
  20. cd..
  21.  
  22. del /s *.pdb
  23. del /s *.obj
  24.  
  25. bin\ClientCS
  26. bin\ClientVB
  27. bin\ClientVC
  28. bin\ClientWinForms