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

  1. del /s *.exe
  2.  
  3. cd cs
  4. call build.bat
  5. cd..\vb
  6. call build.bat
  7. cd..\vc
  8. call build.bat
  9. cd..
  10.  
  11. del /s *.pdb
  12.  
  13. cs\hellocs
  14. vb\hellovb
  15. vc\hellovc