User: editor -- 2010-10-13 << 628 630 >> |
Hits: 4440 |
Type: Text generator |
Search all Text generator examples |
Description: |
How to batch generate md5sum and sha1sum of all exe files under some folder? |
Input Sample: |
d:\temp\file1.exe d:\temp\file2.exe ... d:\temp\filen.exe |
Output Sample: |
d:\temp\file1.exe,md5=985623f8b97d18b13a6a7d7278dc4f75,sha1=87cf272dc252328a68a7ea9b0317b7cd12696860 D:\temp\file2.exe,md5=6aa9e18a321df6b4df7b84f2c75d3d85,sha1=9dcbcddd92c61945ab6301d76fe814659d368cc3 ... d:\temp\filen.exe,md5=3947088288832cce0cafc09d797f51be,sha1=5e81c09ee6a75a450e0b00eed4ab9bf764d79a4e |
Answer: |
Hint: You need to Download and install "Replace Pioneer" on windows platform to finish following steps. |
1. ctrl-h open 'replace' dialog 2. click 'Advanced' tab set 'insert begin txt' to: set 'run following at the beginning of replace' to: 3. click 'Replace', the list is generated 4. ctrl-s save to file Note: * you can change path or filetype by changing the first 2 lines in step 2: * in your path you should use double backslash, such as d:\\temp\\test |
Screenshot 1: Replace_Advanced_Window |