1
General Software Discussion / Re: Need help cleaning virus inside HTML files
« on: March 17, 2015, 12:40 PM »
Hello!
tl;dr: I used 4wd's script and it did it! My HTML files are clean now! Thank you so much 4wd, you saved mylife files! (But also probably life!) And also thank you for getting me to learn AutoIt scripting a bit because of your laziness. 
More:
I hope it is okay that I made a few modifications to the script like so: at first I used the script on a two small directories (say C:\a\a1 and C:\a\a2) and it worked, so I used it again on their parent directory (C:\a) that contains more directories other than a1 and a2. When I ran it there, it made backups of already cleaned files in a1 and a2, and made backups of the previous backups! Since I was going to use the script again on a larger scale (C:\), I didn't want it to make more and more duplicate backups, so I studied the script, downloaded AutoIt, tinkered around, and finally made it so that uninfected files wouldn't be backed up.
In the end I ran the script on C:\ and it repaired all but those in C:\Program Files. But there are not so many HTML files there, only some help files that can be fixed by reinstalling the software so it's all great.
The modified script:
So again, thank you very much 4wd and donationcoder, and I apologize for modifying the script without asking for your permission first.
tl;dr: I used 4wd's script and it did it! My HTML files are clean now! Thank you so much 4wd, you saved my

More:
I hope it is okay that I made a few modifications to the script like so: at first I used the script on a two small directories (say C:\a\a1 and C:\a\a2) and it worked, so I used it again on their parent directory (C:\a) that contains more directories other than a1 and a2. When I ran it there, it made backups of already cleaned files in a1 and a2, and made backups of the previous backups! Since I was going to use the script again on a larger scale (C:\), I didn't want it to make more and more duplicate backups, so I studied the script, downloaded AutoIt, tinkered around, and finally made it so that uninfected files wouldn't be backed up.
In the end I ran the script on C:\ and it repaired all but those in C:\Program Files. But there are not so many HTML files there, only some help files that can be fixed by reinstalling the software so it's all great.

The modified script:
Code: AutoIt [Select]
So again, thank you very much 4wd and donationcoder, and I apologize for modifying the script without asking for your permission first.