flipkart

Thursday, 26 June 2014

              HOW TO    HIDE   THE    FOLDER  USING  CMD                                              without any software






Start  - Run  - Command prompt


Examples:


D:>attrib  data  +h  +r  +s  +a
                                    (to hide the folder)

D:>attrib  data  -h  -r  -s  -a
                                     (to view the folder)
  

D- Drive name

data - folder name

commands:    attrib  +h  +r  +s  +a
                      attrib  -h  -r  -s  -a





Enjoy friends
         

No comments:

Post a Comment