#Post Title #Post Title #Post Title

Create a command prompt Virus message

Type the following in notepad:

@ echo off
title Virus
echo Your system is affected by virus
PAUSE
echo:
echo Windows will now try to undo changes
PAUSE
echo:
echo FAILED !
PAUSE
echo:
echo Your system is corrupt
PAUSE


Save the file as virus.bat and run the file.

Leave a Reply