Hello,
I want to create a button to help me in this situation:
A friend got infected by some ransomware and got lots of files encrypted.
He managed to decrypt them with a program but now he has the whole HD with this structure:
Folder
|- Another folder
| |- aaaaa.txt (crypted file)
| |- bbbbb.txt (crypted file)
| |- cccccc.txt (good file)
| |- decrypt_aaaaa.txt (decrypted good file)
| |- decrypt_bbbbb.txt (decrypted good file)
|- 0001.jpg (crypted file)
|- decrypt_0001.jpg (decrypted good file)
...
And so on.
The button I want to create is something to rename the decrypted files to its original names and replace the existing bad ones, and do it recursively.
I tried it with the advanced rename using "decrypt_" as old name and "" as new name, but it fails saying that file already exists.
And it hasn't the "replace all" option, not even the "replace". It only lets you to autorename the good files leaving the bad ones untouched.
There is no arguments in the rename command to force the overwrite, and I'm stuck.
I'm sure mighty DOpus can do this, but I lack the acknowledge...
Can someone enlighten me?
Thanks in advance.