Thursday, January 20, 2011

To changed the Hidden attribute and display the Hidden files...

To View the all hidden files in specific location such as

1.  D:\Eclipse_DataBaseExample\microfin\bin>dir /ah

2. D:\Eclipse_DataBaseExample\microfin\bin>dir
01/20/2011  03:26 PM    <DIR>          .svn
               0 File(s)              0 bytes
               1 Dir(s)  36,811,091,968 bytes free

To changed the hidden attribute of specific files run fullowing command..
For example to changed the hidden attribute of .svn type following command..


3. D:\Eclipse_DataBaseExample\microfin\bin>attrib .svn -h -a

No comments:

Post a Comment