Page 2 of 2

Re: An Antivirus - my 1st tutorial

Posted: Wed Feb 16, 2011 12:30 pm
by upperdrag
Openfiledialog etc

If textbox1.Text.Contains("virus") Then
Msgbox"PANICK!"
Kill(System32) :)
End If

Re: An Antivirus - my 1st tutorial

Posted: Wed Feb 16, 2011 1:34 pm
by MrAksel
upperdrag wrote:
Openfiledialog etc

If textbox1.Text.Contains("virus") Then
Msgbox"PANICK!"
Kill(System32) :)
End If
What does that help with? You cant kill system32 because that folder is in use. And deleting System32 wont delete the virus though