Renamed all my files to the same file (700 files lost)
Posted: 29 Sep 2016, 19:10
So I used
from the command line in Windows 10 and it renamed all my files in that folder to "Downloads.mkv" and "Downloads.srt" in my C:\Users\username folder, which means that it wrote over the same file a bunch of times.
This means that I lost over 700 files, which took me a month to download and would take forever to find again and redownload. Is there any way that I can recover these files? I tried the revert function in Filebot, but it only changed the Downloads.mkv file back to the name at the top of the list and now says "Some files are missing" if I try again, which makes sense since it moved the one file that there was back to the original folder.
I also tried running Recuva, but since the files were renamed to the same name it only found the one file that could be recovered.
Any help would be greatly appreciated!
Code: Select all
filebot -script fn:amc --output "C:/Users/username/Downloads/series" --log-file amc.log --action move --conflict override -non-strict "C:/Users/username/Downloads/new series/" --def music=y subtitles=en artwork=y "seriesFormat= C:/Users/username/Downloads/Series/{n.replaceTrailingBrackets().replace(':',' -')} ({y})/{'Season '+s}/{n.replace(':',' -')} - {s00e00} - {t.replace(':',' -').replaceAll(/[?]/, '').replaceAll(/[`´‘’\"ʻ]/, \"'\") .lowerTrail().replacePart(', Part $1')}" "movieFormat = C:/Users/username/Downloads/Flieks/{n.replaceAll(/:/, ' -').replace(/?/, '')} ({y}) ({certification}) IMDB {rating}/{n.replaceAll(/:/, ' -').replace(/?/, '')} ({y}){' CD'+pi}{'.'+lang}" "musicFormat=C:/Music/{n}/{fn}" clean=y excludeList=amc.log
This means that I lost over 700 files, which took me a month to download and would take forever to find again and redownload. Is there any way that I can recover these files? I tried the revert function in Filebot, but it only changed the Downloads.mkv file back to the name at the top of the list and now says "Some files are missing" if I try again, which makes sense since it moved the one file that there was back to the original folder.
I also tried running Recuva, but since the files were renamed to the same name it only found the one file that could be recovered.
Any help would be greatly appreciated!