summaryrefslogtreecommitdiffstats
path: root/windows/InstallExamples.bat
diff options
context:
space:
mode:
Diffstat (limited to 'windows/InstallExamples.bat')
-rwxr-xr-xwindows/InstallExamples.bat99
1 files changed, 0 insertions, 99 deletions
diff --git a/windows/InstallExamples.bat b/windows/InstallExamples.bat
deleted file mode 100755
index 5316f5d..0000000
--- a/windows/InstallExamples.bat
+++ /dev/null
@@ -1,99 +0,0 @@
-@REM Copyright by The HDF Group.
-@REM Copyright by the Board of Trustees of the University of Illinois.
-@REM All rights reserved.
-@REM
-@REM This file is part of HDF5. The full HDF5 copyright notice, including
-@REM terms governing use, modification, and redistribution, is contained in
-@REM the files COPYING and Copyright.html. COPYING can be found at the root
-@REM of the source code distribution tree; Copyright.html can be found at the
-@REM root level of an installed copy of the electronic HDF5 document set and
-@REM is linked from the top-level documents page. It can also be found at
-@REM http://hdfgroup.org/HDF5/doc/Copyright.html. If you do not have
-@REM access to either file, you may request a copy from help@hdfgroup.org.
-
-
-@ECHO OFF
-REM This batch file is used to install HDF5 C examples'
-REM executable files.
-REM By Xuan Bai
-REM Created on: 9/20/2004
-REM Last Modified: 10/27/2004
-
-cd examples
-
-mkdir examplesREL
-mkdir examplesRELDLL
-
-cd attributetest
-copy release\attributetest.exe ..\examplesREL\
-cd ..
-
-cd attributetestdll
-opy release\attributetestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd chunkread
-copy release\chunkread.exe ..\examplesREL\
-cd ..
-
-cd chunkreaddll
-copy release\chunkreaddll.exe ..\examplesRELDLL\
-cd ..
-
-cd compoundtest
-copy release\compoundtest.exe ..\examplesREL\
-cd ..
-
-cd compoundtestdll
-copy release\compoundtestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd extendwritetest
-copy release\extendwritetest.exe ..\examplesREL\
-cd ..
-
-cd extendwritetestdll
-copy release\extendwritetestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd grouptest
-copy release\grouptest.exe ..\examplesREL\
-cd ..
-
-cd grouptestdll
-copy release\grouptestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd intermgrouptest
-copy release\intermgrouptest.exe ..\examplesREL\
-cd ..
-
-cd intermgrouptestdll
-copy release\intermgrouptestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd readtest
-copy release\readtest.exe ..\examplesREL\
-cd ..
-
-cd readtestdll
-copy release\readtestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd selectest
-copy release\selectest.exe ..\examplesREL\
-cd ..
-
-cd selectestdll
-copy release\selectestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd writetest
-copy release\writetest.exe ..\examplesREL\
-cd ..
-
-cd writetestdll
-copy release\writetestdll.exe ..\examplesRELDLL\
-cd ..
-
-cd .. \ No newline at end of file