blob: 0407585cc1c27d615bb1ab9e249d5038043e0afe [file] [log] [blame]
rem A simple script to create the md5 and signatures
rem first pick the files in the current directory
setlocal EnableDelayedExpansion
FOR %%c in ("%cd%\*.%1") DO md5 %%c
endlocal