Surprise Me!

How to make a Harmless Virus part 1

2014-03-30 3 Dailymotion

copy that below in notepad then save it as Prank.bat


Set wshShell = wscript.CreateObject("WScript.Shell")
do
wscript.sleep 100
wshshell.sendkeys "This is a Virus. You have been infected."
loop