Saturday 28 January 2012

How to refresh all Drives by one click

Windows operatinng system  users can refresh all drives by one click.to do it you have to follow the given instruction.first of all:
01.go to,   Start>  all programs> accecories> notepad.
02.After opening the notepad write down the exact code which is given below:

                                              Echo off
                                              Cd/
                                              Tree
                                              C:
                                              Tree
                                               D:
                                              Tree
                                              E:
                                              Tree
                                              F:
                                              Tree
                                              G:
                                              Tree
                                              H:
                                             Tree
                                              I:
                                            Tree
                                             J:
                                           Tree


Here C,D,E,F,G,H,I,J  is assumed as your drive.you can use more letter  if you have more drives.as example:
If you want to add drive “S” then you will have to write in to the note pad:
           S:
           Tree
You can avoid any drive from the refresh list if you want.to do this: delete that letter and tree which is under the letter.
After writing the code ,go to,   File >save as  and save it as Refresh Drive.bat
      Now you will see a file as refresh drive.from now you can refresh all drives by double clicking on the refresh drive .

No comments:

Post a Comment