diff options
Diffstat (limited to 'windows')
-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 |