Hello,
I am trying to design a simple antivirus, and I am at the point where i am creating a batch file that will make sure the Antivirus scanner is running. Here's my plan:
1. Batch file in startup folder with a loop function
2. Said batch file does a tasklist command and searches for the name of the file on the running processes
3. If it finds the process running it does nothing
4....
↧