How can I get the batch renaming command to work with CRC32? I tried the below item but it renames all the files with the same CRC32. Each file should have a different CRC32 string.
rename b, hash(crc32,,1);
CRC32 String as File's Name?
Re: CRC32 String as File's Name?
Code: Select all
// Hash files individually
foreach($entry, "<get SelectedItemsPathNames>", "<crlf>") {
rename b, hash(crc32, $entry, 1), , $entry;
}One of my scripts helped you out? Please donate via Paypal
Re: CRC32 String as File's Name?
I got an access denied error. Attached is the error snapshot.
- Attachments
-
- Untitled.png (7 KiB) Viewed 1349 times
Re: CRC32 String as File's Name?
On a specific file? Permissions?
One of my scripts helped you out? Please donate via Paypal
Re: CRC32 String as File's Name?
Nevermind, I got it to work. Thanks highend!
XYplorer Beta Club