Stuffs With Notepad & Folders | Windows

Hello Friends today i gonna tell you about some Amazing Stuffs of Notepad and Folders,as it looks simple but few tricks you can do some amazing stuffs with this,So follow the below steps:-

1) Firstly open Notepad on your PC/Laptop(Windows) and write,
       .LOG

and save it with any name and leave the extension default .txt,

Now when you open this file again,it would tell you recent Date and Time,its really amazing one….

2) Now here comes a Folder Stuff,

You know,you can’t create a folder named CON , PRN , Null , nul (case sensitive)

3) Wanna Create a Nameless Folder?? Yes here is a Trick,

Click on any folder you wanna rename and press ALT+255 and now you will see that your Folder’s name becomes Nameless…

4)  Now this called a Message LOOP,must try to amaze your friends,

Just open Notepad and Type:-

        @echo off
        :Begin
        MSG * HII 
        MSG * Whats going on??
        MSG * Lets have fun Together
        GOTO Begin 

Now main part is Save it with any name and but extension/format should be .bat(like stuff.bat)
After that when you open it,It will Display a Message Box with given message in LOOP….

5) Now here comes a Folder trick we can say it Folder Flooder,

Open Notepad and type:-

          @echo off
:frst
md %random%
/folder.
goto frst

Now save it with .bat extension/format(like folderflood.bat),
When you open it,it will Start Creating a with Random Names Automatically,and this process goes on..

NOTE:-Save this file in any Empty Folder so that you can easily delete them,
To STOP creating it you just have to close the DOS windows other wise it will create a infinte numbers of folders..

6) Now Last one is to Shutdown your PC/Laptop by Notepad after displaying a Specific Message & Time,

So,Open Notepad and type:

shutdown -c “type your msg here” -s -t “write the seconds here after which you wanna shutdown your PC/Laptop”
(for ex:-  shutdown -c “BYE BYE” -s -t “60” )
 

now save it with “anyname.bat“,after opening it,it will displays message and will Shutdown your pc/laptop in a given Time,

* If you want to Cancel Shutdown just open Notepad then type:-

                            shutdown -a

Now as usual save it with “anyname.bat after opening it,it will Cancel Shutdown process,
So thats all simple stuffs of Notepad and Folder,
Hope you Like this… 

Leave a comment