setup.bat 363 B

12345678910111213
  1. @echo off
  2. rem Copyright Beman Dawes, 2010
  3. rem Distributed under the Boost Software License, Version 1.0.
  4. rem See www.boost.org/LICENSE_1_0.txt
  5. echo Copying example programs...
  6. copy /y ..\tut1.cpp >nul
  7. copy /y ..\tut2.cpp >nul
  8. copy /y ..\tut3.cpp >nul
  9. copy /y ..\tut4.cpp >nul
  10. copy /y ..\tut5.cpp >nul
  11. copy /y ..\path_info.cpp >nul
  12. del *.exe 2>nul
  13. del *.pdb 2>nul