You wish to create a list of file names, sizes and MD5 hashes –perhaps because you were asked to do so for the verification of uploaded data.
One way to achieve this is using the following procedure:
<Macro name="HashMyFiles" Ctrl="no" Alt="no" Shift="no" Key="0">
<Action type="3" message="1700" wParam="0" lParam="0" sParam="" />
<Action type="3" message="1601" wParam="0" lParam="0" sParam="(.*)\t(.*)\t(.*)\t\r\n" />
<Action type="3" message="1625" wParam="0" lParam="2" sParam="" />
<Action type="3" message="1602" wParam="0" lParam="0" sParam="File: $1\r\nMD5: $2\r\nSize: $3\r\n\r\n" />
<Action type="3" message="1702" wParam="0" lParam="512" sParam="" />
<Action type="3" message="1701" wParam="0" lParam="1609" sParam="" />
</Macro>
File: Process_Dump.zip
MD5: c594a2f95342f33d704caf125005e295
Size: 89,387,422
File: WPR_Trace.zip
MD5: 0fdb3eb664e40eef63d5a8d816a4dd82
Size: 65,642,077
File: Procmon_Trace.7z
MD5: edabcf6015f861191a4c61f3260ea5b5
Size: 10,516,345
Any new file list can be created by performing steps 7 through 10 only.