diff options
author | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-13 15:12:13 (GMT) |
---|---|---|
committer | Fang Guo <fangguo@ncsa.uiuc.edu> | 2005-06-13 15:12:13 (GMT) |
commit | 3fb71cf59b08b770c4fc3d6a23b4eeeddf90b0c0 (patch) | |
tree | fda9e8fed715fca125252a750dc4c615419b925d /windows/batch_net | |
parent | 578e287bdde0d82d08c25a778fc9c40d7d865f4f (diff) | |
download | hdf5-3fb71cf59b08b770c4fc3d6a23b4eeeddf90b0c0.zip hdf5-3fb71cf59b08b770c4fc3d6a23b4eeeddf90b0c0.tar.gz hdf5-3fb71cf59b08b770c4fc3d6a23b4eeeddf90b0c0.tar.bz2 |
[svn-r10912] Purpose:
Change output file name.
Description:
Out put file name should be changed from hdf5_results.txt to hdf5_results_net.txt
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'windows/batch_net')
-rwxr-xr-x | windows/batch_net/hdf5bt_net.bat | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/batch_net/hdf5bt_net.bat b/windows/batch_net/hdf5bt_net.bat index dd496b0..6bddbe9 100755 --- a/windows/batch_net/hdf5bt_net.bat +++ b/windows/batch_net/hdf5bt_net.bat @@ -11,9 +11,9 @@ @ECHO OFF type nul > hdf5_results_net.txt -echo ***************************************************************************** >> hdf5_results.txt -echo Build and Test HDF5 Library and Tools >> hdf5_results.txt -echo ***************************************************************************** >> hdf5_results.txt +echo ***************************************************************************** >> hdf5_results_net.txt +echo Build and Test HDF5 Library and Tools >> hdf5_results_net.txt +echo ***************************************************************************** >> hdf5_results_net.txt call hdf5build_net %1 more build_results_net.txt >> hdf5_results_net.txt |