Friday, July 10, 2009

Dos;; hide files

go to dos....
then wich drive you want go thre
example(abc is the name of folder)

D:\>attrib +h +s abc
the above command is to hide the folder

to show the folder

D:\>attrib -h -s abc

1 comment: