For Windows?
Brought to you by:
dreichl
Noticed that using %1 gives the filename within "" 's.
However, rehash doesn't work on files that are within
those... so basically I'm saying that there is a huge bug
(<---------> thiiiiis big) in the prog ^^
rehash %1 -none -crc32 -norecur
-->
rehash "C:\Filename.ext" -none -crc32 -norecur
--> nothing happens
Only works if it's written like this:
rehash C:\Filename.ext -none -crc32 -norecur
P.S. Kewl app, fix that and it'll be awesome... other than
that, it's quite... time consuming (having to write those
commands manually = ugh)