mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
969b72ae7d
For windows support, remove all.zip from hdf5. Description: Add Batch files for tools test. Solution: Platforms tested: Misc. update:
10 lines
178 B
Batchfile
Executable File
10 lines
178 B
Batchfile
Executable File
type nul > %2
|
|
for /f "tokens=1,2*" %%a in (
|
|
%1
|
|
) do ( if %%a==Modified: (
|
|
echo Modified: XXXX-XX-XX XX:XX:XX XXX>> %2
|
|
) else (
|
|
echo %%a %%b %%c>>%2
|
|
)
|
|
)
|