summaryrefslogtreecommitdiffstats
path: root/windows/Installf90Examples.BAT
blob: 535cec147075e3b613c23e8261e72cd6a55577d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
@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 Fortran examples'

REM executable files.

REM By Xuan Bai

REM Created on: 10/20/2004

REM Last Modified: 10/28/2004


cd fortran\examples

mkdir f90examplesREL
mkdir f90examplesRELDLL

cd attreexampletest
copy release\attreexampletest.exe ..\f90examplesREL\
cd ..

cd attreexampletestdll
copy release\attreexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd compoundtest
copy release\compoundtest.exe ..\f90examplesREL\
cd ..

cd compoundtestdll
copy release\compoundtestdll.exe ..\f90examplesRELDLL\
cd ..

cd dsetexampletest
copy release\dsetexampletest.exe ..\f90examplesREL\
cd ..

cd dsetexampletestdll
copy release\dsetexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd fileexampletest
copy release\fileexampletest.exe ..\f90examplesREL\
cd ..

cd fileexampletestdll
copy release\fileexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd groupexampletest
copy release\groupexampletest.exe ..\f90examplesREL\
cd ..

cd groupexampletestdll
copy release\groupexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd grpdsetexampletest
copy release\grpdsetexampletest.exe ..\f90examplesREL\
cd ..

cd grpdsetexampletestdll
copy release\grpdsetexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd grpittest
copy release\grpittest.exe ..\f90examplesREL\
cd ..

cd grpittestdll
copy release\grpittestdll.exe ..\f90examplesRELDLL\
cd ..

cd grpsexampletest
copy release\grpsexampletest.exe ..\f90examplesREL\
cd ..

cd grpsexampletestdll
copy release\grpsexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd hyperslabtest
copy release\hyperslabtest.exe ..\f90examplesREL\
cd ..

cd hyperslabtestdll
copy release\hyperslabtestdll.exe ..\f90examplesRELDLL\
cd ..

cd mountexampletest
copy release\mountexampletest.exe ..\f90examplesREL\
cd ..

cd mountexampletestdll
copy release\mountexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd refobjexampletest
copy release\refobjexampletest.exe ..\f90examplesREL\
cd ..

cd refobjexampletestdll
copy release\refobjexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd refregexampletest
copy release\refregexampletest.exe ..\f90examplesREL\
cd ..

cd refregexampletestdll
copy release\refregexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd rwdsetexampletest
copy release\rwdsetexampletest.exe ..\f90examplesREL\
cd ..

cd rwdsetexampletestdll
copy release\rwdsetexampletestdll.exe ..\f90examplesRELDLL\
cd ..

cd selecteletest
copy release\selecteletest.exe ..\f90examplesREL\
cd ..

cd selecteletestdll
copy release\selecteletestdll.exe ..\f90examplesRELDLL\
cd ..

cd ..\..