Hello everyonE! I have around 65k + .dat files, many of them are .dds but them have an extra information in the header, so I should check it, remove the extra info and save the file as .dds, and it works. so I was searching and reading a bit and maked a quickbms script to do this task, it works, but the main problem is that it not override the .dat file, it makes a new one as .dds. I wanna know if there is a way to override the existing file that the quickbms script uses, because I have tried with a powershell script for delete duplicate files that are not .dds but it takes so long checking every file and deleting it. Thanks for read!