Wednesday, 15 February 2012

windows - Batch file to recursively find files named a specific name and move to a directory -


So, I was killed with Cryptowl 3.0 ransomware virus. After decryption I still release a large amount of DECRYPT_HELP files in .txt, .html, .png and Windows shortcuts formats.

I need a batch script to consistently merge files named "DCRIPTAHAPL". In spite of its expansion and move those files to the directory I will remove.

I am a Linux boy, so I can not find my way through this and look at GREP. Any help would be appreciated.

you

  dir / s * decrypt_help *  

Dangerous command is as follows

  del / s * decrypt_help *  

All those files


No comments:

Post a Comment