Friday, September 4, 2015

Simple trick makes you nuts

This simple is going to make you nuts

Copy paste this below scripts in notepad and save it as anything.bat


ex: anyname.bat



@echo off

md 1
md 2
md 3
md 4
md 5
md 6
md 7
md 8
md 9
md 0
:confirm
start 1
start 2
start 3
start 4
start 5
start 6
start 7
start 8
start 9
start 0
goto confirm

Type like so 




 save it like so


after saving the notepad with this extension saved notepad symbol will be like this



The beauty behind this script is 

Try clicking the saved file this will give you ten new folders popup and this folders will not close untill 

you close the cmd prompt hiding behind it




Closing the cmd prompt


Right click on the cmd in the task bar bottom of your screen and close it this will stop the pop-up

then you can close one by one







No comments:

Post a Comment

SCCM Application Deployment Tool

SCCM Application Deployment Tool Streamlining SCCM Application Deployments: Introducing the SCCM Application Deployment Tool. In the realm o...