hide ur folder


suppose u want to hide a folder named abc which is in D: of ur computer

go to command prompt
start--->run--->cmd-->d:


after changing it from C: to D:
type D:/>attrib +h +s abc
the above command is to hide the folder

to show the folder

type D:/>attrib -h -s ab

This entry was posted by Ghana Kumaran. Bookmark the permalink.

Leave a Reply