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