From 3fb71cf59b08b770c4fc3d6a23b4eeeddf90b0c0 Mon Sep 17 00:00:00 2001 From: Fang Guo Date: Mon, 13 Jun 2005 10:12:13 -0500 Subject: [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: --- windows/batch_net/hdf5bt_net.bat | 6 +++--- 1 file 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 -- cgit v0.12