diff --git a/windows/hl/c++/test/test_hdf5_hl_cpp.bat b/windows/hl/c++/test/test_hdf5_hl_cpp.bat index aedad8a0a9..f25ece9105 100755 --- a/windows/hl/c++/test/test_hdf5_hl_cpp.bat +++ b/windows/hl/c++/test/test_hdf5_hl_cpp.bat @@ -1,11 +1,11 @@ -ECHO OFF +@ECHO OFF -REM This batch file will be used to test HDF5 High Level C++ Library. -REM By Fang GUO -REM Created on: 05/27/2005 +@REM This batch file will be used to test HDF5 High Level C++ Library. +@REM By Fang GUO +@REM Created on: 05/27/2005 echo. echo =============================================== -echo Testing hl_test_table_cpp -- %1 +echo Testing hl_test_table_cpp%2 -- %1 echo =============================================== -hl_test_table_cpp\%1\hl_test_table_cpp \ No newline at end of file +hl_test_table_cpp%2\%1\hl_test_table_cpp%2 \ No newline at end of file