Auto CRC batch v0.1

Channel:
Subscribers:
477
Published on ● Video Link: https://www.youtube.com/watch?v=LaGMlUvgJgo



Duration: 0:34
184 views
1


hoc.exe -crc32 %1 | replacestr -r "(.*)\.(.*):\s(.*)" "move \"$1.$2\" \"$1 [$3]\.$2\"" | replacestr -r "(.*)(\[[A-Z0-9]{8}\])\s(\[[A-Z0-9]{8}\]\..*)" "$1$3"|cmd

Get replacestr.exe here http://www.cylog.org/tools/cmdline.jsp
and hoc.exe within this package http://www.2brightsparks.com/onclick/help/ocu-help.htm?usinghashonclick.htm

known bugs:
- Doesn't skip crc check if the file is already tagged
- Doesn't tag multiple files at the same time