Commit before breaking everything
[matches/honours.git] / research / transmission_spectroscopy / TOF / Win32++ / tools / Compile VS2005 Express.bat
diff --git a/research/transmission_spectroscopy/TOF/Win32++/tools/Compile VS2005 Express.bat b/research/transmission_spectroscopy/TOF/Win32++/tools/Compile VS2005 Express.bat
new file mode 100755 (executable)
index 0000000..1605927
--- /dev/null
@@ -0,0 +1,225 @@
+REM: A batch program to rebuild the Win32++ samples using VS2005 Express.\r
+REM: The contents of the log file is erased\r
+REM: The contents of the output\VS2005 directory will be erased\r
+\r
+REM: Set the paths and environment variables\r
+call "C:\Program Files (x86)\Microsoft Visual Studio 8\VC\vcvarsall.bat" x86\r
+\r
+\r
+::Cleanup\r
+call CleanSamples\r
+call CleanTutorials\r
+\r
+@echo on\r
+\r
+REM: Change the directory to the Samples parent\r
+pushd ..\Samples\r
+if exist "..\output\VS2005\Debug" rmdir /s /q "..\output\VS2005\Debug"\r
+if exist "..\output\VS2005\Release" rmdir /s /q "..\output\VS2005\Release"\r
+if exist "..\output\VS2005\Tutorials" rmdir /s /q "..\output\VS2005\Tutorials"\r
+\r
+\r
+::Compile code\r
+vcbuild /rebuild Browser\ProjectFiles\Browser_2005.vcproj debug                     > "..\output\VS2005.log"\r
+vcbuild /rebuild Browser\ProjectFiles\Browser_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild CustomControl\ProjectFiles\CustomControl_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild CustomControl\ProjectFiles\CustomControl_2005.vcproj release       >>"..\output\VS2005.log"\r
+vcbuild /rebuild Dialog\ProjectFiles\Dialog_2005.vcproj debug                       >>"..\output\VS2005.log"\r
+vcbuild /rebuild Dialog\ProjectFiles\Dialog_2005.vcproj release                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild DialogBars\ProjectFiles\DialogBars_2005.vcproj debug               >>"..\output\VS2005.log"\r
+vcbuild /rebuild DialogBars\ProjectFiles\DialogBars_2005.vcproj release             >>"..\output\VS2005.log"\r
+vcbuild /rebuild DialogDemo\ProjectFiles\DialogDemo_2005.vcproj debug               >>"..\output\VS2005.log"\r
+vcbuild /rebuild DialogDemo\ProjectFiles\DialogDemo_2005.vcproj release             >>"..\output\VS2005.log"\r
+vcbuild /rebuild DialogTab\ProjectFiles\DialogTab_2005.vcproj debug                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild DialogTab\ProjectFiles\DialogTab_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild DirectX\ProjectFiles\DirectX_2005.vcproj debug                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild DirectX\ProjectFiles\DirectX_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild Dock\ProjectFiles\Dock_2005.vcproj debug                           >>"..\output\VS2005.log"\r
+vcbuild /rebuild Dock\ProjectFiles\Dock_2005.vcproj release                         >>"..\output\VS2005.log"\r
+vcbuild /rebuild DockContainer\ProjectFiles\DockContainer_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild DockContainer\ProjectFiles\DockContainer_2005.vcproj release       >>"..\output\VS2005.log"\r
+vcbuild /rebuild DockTabbedMDI\ProjectFiles\DockTabbedMDI_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild DockTabbedMDI\ProjectFiles\DockTabbedMDI_2005.vcproj release       >>"..\output\VS2005.log"\r
+vcbuild /rebuild Explorer\ProjectFiles\Explorer_2005.vcproj debug                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild Explorer\ProjectFiles\Explorer_2005.vcproj release                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild FastGDI\ProjectFiles\FastGDI_2005.vcproj debug                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild FastGDI\ProjectFiles\FastGDI_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild FormDemo\ProjectFiles\FormDemo_2005.vcproj debug                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild FormDemo\ProjectFiles\FormDemo_2005.vcproj release                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild Frame\ProjectFiles\Frame_2005.vcproj debug                                    >>"..\output\VS2005.log"\r
+vcbuild /rebuild Frame\ProjectFiles\Frame_2005.vcproj release                       >>"..\output\VS2005.log"\r
+vcbuild /rebuild GDIPlus\ProjectFiles\GDIPlus_2005.vcproj debug                                    >>"..\output\VS2005.log"\r
+vcbuild /rebuild GDIPlus\ProjectFiles\GDIPlus_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild MDIFrame\ProjectFiles\MDIFrame_2005.vcproj debug                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild MDIFrame\ProjectFiles\MDIFrame_2005.vcproj release                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild MDIFrameDemo\ProjectFiles\MDIDemo_2005.vcproj debug                >>"..\output\VS2005.log"\r
+vcbuild /rebuild MDIFrameDemo\ProjectFiles\MDIDemo_2005.vcproj release              >>"..\output\VS2005.log"\r
+vcbuild /rebuild MDIFrameSplitter\ProjectFiles\MDIFrameSplitter_2005.vcproj debug   >>"..\output\VS2005.log"\r
+vcbuild /rebuild MDIFrameSplitter\ProjectFiles\MDIFrameSplitter_2005.vcproj release >>"..\output\VS2005.log"\r
+vcbuild /rebuild Networking\ClientDlg\Client_2005.vcproj debug                      >>"..\output\VS2005.log"\r
+vcbuild /rebuild Networking\ClientDlg\Client_2005.vcproj release                    >>"..\output\VS2005.log"\r
+vcbuild /rebuild Networking\ServerDlg\Server_2005.vcproj debug                      >>"..\output\VS2005.log"\r
+vcbuild /rebuild Networking\ServerDlg\Server_2005.vcproj release                    >>"..\output\VS2005.log"\r
+vcbuild /rebuild NotePad\ProjectFiles\Notepad_2005.vcproj debug                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild NotePad\ProjectFiles\Notepad_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild Performance\ProjectFiles\Performance_2005.vcproj debug             >>"..\output\VS2005.log"\r
+vcbuild /rebuild Performance\ProjectFiles\Performance_2005.vcproj release           >>"..\output\VS2005.log"\r
+vcbuild /rebuild Picture\ProjectFiles\Picture_2005.vcproj debug                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild Picture\ProjectFiles\Picture_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild PropertySheet\ProjectFiles\PropertySheet_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild PropertySheet\ProjectFiles\PropertySheet_2005.vcproj release       >>"..\output\VS2005.log"\r
+vcbuild /rebuild Scribble\ProjectFiles\Scribble_2005.vcproj debug                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild Scribble\ProjectFiles\Scribble_2005.vcproj release                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild Simple\ProjectFiles\Simple_2005.vcproj debug                       >>"..\output\VS2005.log"\r
+vcbuild /rebuild Simple\ProjectFiles\Simple_2005.vcproj release                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild Splitter\ProjectFiles\Splitter_2005.vcproj debug                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild Splitter\ProjectFiles\Splitter_2005.vcproj release                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild RibbonFrame\ProjectFiles\RibbonFrame_2005.vcproj debug             >>"..\output\VS2005.log"\r
+vcbuild /rebuild RibbonFrame\ProjectFiles\RibbonFrame_2005.vcproj release           >>"..\output\VS2005.log"\r
+vcbuild /rebuild RibbonSimple\ProjectFiles\SimpleRibbon_2005.vcproj debug           >>"..\output\VS2005.log"\r
+vcbuild /rebuild RibbonSimple\ProjectFiles\SimpleRibbon_2005.vcproj release         >>"..\output\VS2005.log"\r
+vcbuild /rebuild TabDemo\ProjectFiles\TabDemo_2005.vcproj debug                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild TabDemo\ProjectFiles\TabDemo_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild TaskDialog\ProjectFiles\TaskDialog_2005.vcproj debug               >>"..\output\VS2005.log"\r
+vcbuild /rebuild TaskDialog\ProjectFiles\TaskDialog_2005.vcproj release             >>"..\output\VS2005.log"\r
+vcbuild /rebuild Themes\ProjectFiles\Themes_2005.vcproj debug                       >>"..\output\VS2005.log"\r
+vcbuild /rebuild Themes\ProjectFiles\Themes_2005.vcproj release                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild Threads\ProjectFiles\Threads_2005.vcproj debug                     >>"..\output\VS2005.log"\r
+vcbuild /rebuild Threads\ProjectFiles\Threads_2005.vcproj release                   >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tray\ProjectFiles\Tray_2005.vcproj debug                           >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tray\ProjectFiles\Tray_2005.vcproj release                         >>"..\output\VS2005.log"\r
+\r
+mkdir "..\output\VS2005"\r
+mkdir "..\output\VS2005\Debug"\r
+\r
+ECHO "Copying Debug Samples" >>"..\output\VS2005.log"\r
+copy Browser\ProjectFiles\Debug\Browser.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy CustomControl\ProjectFiles\Debug\CustomControl.exe       "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Dialog\ProjectFiles\Debug\Dialog.exe                     "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy DialogBars\ProjectFiles\Debug\DialogBars.exe             "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy DialogDemo\ProjectFiles\Debug\DialogDemo.exe             "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy DialogTab\ProjectFiles\Debug\DialogTab.exe               "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy DirectX\ProjectFiles\Debug\DirectX.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Dock\ProjectFiles\Debug\Dock.exe                         "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy DockContainer\ProjectFiles\Debug\DockContainer.exe       "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy DockTabbedMDI\ProjectFiles\Debug\DockTabbedMDI.exe       "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Explorer\ProjectFiles\Debug\Explorer.exe                 "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy FastGDI\ProjectFiles\Debug\FastGDI.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy FormDemo\ProjectFiles\Debug\FormDemo.exe                 "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Frame\ProjectFiles\Debug\Frame.exe                       "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy GDIPlus\ProjectFiles\Debug\GDIPlus.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy MDIFrame\ProjectFiles\Debug\MDIFrame.exe                 "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy MDIFrameDemo\ProjectFiles\Debug\MDIDemo.exe              "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy MDIFrameSplitter\ProjectFiles\Debug\MDIFrameSplitter.exe "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Networking\ClientDlg\Debug\Client.exe                    "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Networking\ServerDlg\Debug\Server.exe                    "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy NotePad\ProjectFiles\Debug\Notepad.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Performance\ProjectFiles\Debug\Performance.exe           "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Picture\ProjectFiles\Debug\Picture.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy PropertySheet\ProjectFiles\Debug\PropertySheet.exe       "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy RibbonFrame\ProjectFiles\Debug\RibbonFrame.exe           "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy RibbonSimple\ProjectFiles\Debug\SimpleRibbon.exe         "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Scribble\ProjectFiles\Debug\Scribble.exe                 "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Simple\ProjectFiles\Debug\Simple.exe                     "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Splitter\ProjectFiles\Debug\Splitter.exe                 "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy TabDemo\ProjectFiles\Debug\TabDemo.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy TaskDialog\ProjectFiles\Debug\TaskDialog.exe             "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Themes\ProjectFiles\Debug\Themes.exe                     "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Threads\ProjectFiles\Debug\Threads.exe                   "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+copy Tray\ProjectFiles\Debug\Tray.exe                         "..\output\VS2005\Debug"    >>"..\output\VS2005.log"\r
+\r
+mkdir "..\output\VS2005\Release"\r
+\r
+ECHO "Copying Release Samples" >>"..\output\VS2005.log"\r
+copy Browser\ProjectFiles\Release\Browser.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy CustomControl\ProjectFiles\Release\CustomControl.exe       "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Dialog\ProjectFiles\Release\Dialog.exe                     "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy DialogBars\ProjectFiles\Release\DialogBars.exe             "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy DialogDemo\ProjectFiles\Release\DialogDemo.exe             "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy DialogTab\ProjectFiles\Release\DialogTab.exe               "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy DirectX\ProjectFiles\Release\DirectX.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Dock\ProjectFiles\Release\Dock.exe                         "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy DockContainer\ProjectFiles\Release\DockContainer.exe       "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy DockTabbedMDI\ProjectFiles\Release\DockTabbedMDI.exe       "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Explorer\ProjectFiles\Release\Explorer.exe                 "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy FastGDI\ProjectFiles\Release\FastGDI.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy FormDemo\ProjectFiles\Release\FormDemo.exe                 "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Frame\ProjectFiles\Release\Frame.exe                       "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy GDIPlus\ProjectFiles\Release\GDIPlus.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy MDIFrame\ProjectFiles\Release\MDIFrame.exe                 "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy MDIFrameDemo\ProjectFiles\Release\MDIDemo.exe              "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy MDIFrameSplitter\ProjectFiles\Release\MDIFrameSplitter.exe "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Networking\ClientDlg\Release\Client.exe                    "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Networking\ServerDlg\Release\Server.exe                    "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy NotePad\ProjectFiles\Release\Notepad.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Performance\ProjectFiles\Release\Performance.exe           "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Picture\ProjectFiles\Release\Picture.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy PropertySheet\ProjectFiles\Release\PropertySheet.exe       "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy RibbonFrame\ProjectFiles\Release\RibbonFrame.exe           "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy RibbonSimple\ProjectFiles\Release\SimpleRibbon.exe         "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Scribble\ProjectFiles\Release\Scribble.exe                 "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Simple\ProjectFiles\Release\Simple.exe                     "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Splitter\ProjectFiles\Release\Splitter.exe                 "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy TabDemo\ProjectFiles\Release\TabDemo.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy TaskDialog\ProjectFiles\Release\TaskDialog.exe             "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Themes\ProjectFiles\Release\Themes.exe                     "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Threads\ProjectFiles\Release\Threads.exe                   "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+copy Tray\ProjectFiles\Release\Tray.exe                         "..\output\VS2005\Release"    >>"..\output\VS2005.log"\r
+\r
+REM: Change the directory to the Tutorials parent\r
+popd\r
+pushd ..\Tutorials\r
+\r
+REM: Compile Tutorials\r
+ECHO "Compliling Tutorials" >>"..\output\VS2005.log"\r
+::Compile code\r
+vcbuild /rebuild Tutorial1\Tutorial1_2005.vcproj debug                 >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial1\Tutorial1_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial2\Tutorial2_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial2\Tutorial2_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial3\Tutorial3_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial3\Tutorial3_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial4\Tutorial4_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial4\Tutorial4_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial5\Tutorial5_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial5\Tutorial5_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial6\Tutorial6_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial6\Tutorial6_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial7\Tutorial7_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial7\Tutorial7_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial8\Tutorial8_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial8\Tutorial8_2005.vcproj release               >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial9\Tutorial9_2005.vcproj debug         >>"..\output\VS2005.log"\r
+vcbuild /rebuild Tutorial9\Tutorial9_2005.vcproj release               >>"..\output\VS2005.log"\r
+\r
+mkdir "..\output\VS2005\Tutorials"\r
+mkdir "..\output\VS2005\Tutorials\Debug"\r
+\r
+ECHO "Copying Debug Tutorials" >>"..\output\VS2005.log"\r
+copy Tutorial1\Debug\Tutorial1.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial2\Debug\Tutorial2.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial3\Debug\Tutorial3.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial4\Debug\Tutorial4.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial5\Debug\Tutorial5.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial6\Debug\Tutorial6.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial7\Debug\Tutorial7.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial8\Debug\Tutorial8.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+copy Tutorial9\Debug\Tutorial9.exe         "..\output\VS2005\Tutorials\Debug"    >>"..\output\VS2005.log"\r
+\r
+mkdir "..\output\VS2005\Tutorials\Release"\r
+\r
+ECHO "Copying Release Tutorials" >>"..\output\VS2005.log"\r
+copy Tutorial1\Release\Tutorial1.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial2\Release\Tutorial2.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial3\Release\Tutorial3.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial4\Release\Tutorial4.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial5\Release\Tutorial5.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial6\Release\Tutorial6.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial7\Release\Tutorial7.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial8\Release\Tutorial8.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+copy Tutorial9\Release\Tutorial9.exe       "..\output\VS2005\Tutorials\Release"    >>"..\output\VS2005.log"\r
+\r
+REM: Pop the directory change off the stack\r
+popd\r
+\r
+\r

UCC git Repository :: git.ucc.asn.au