Saturday, March 14, 2015

Folder flooder

@echo off
:x
md %random% // makes directory/folder. 
goto x

Here %random% is a variable that would generate a positive no. randomly.  So this code would make start creating folders whose name can be any random number. 

No comments:

Post a Comment