Search This Blog

Thursday, 25 August 2011

HIDA A FILE/FOLDER USING COMMAND PROMPT

If you want to hide a folder named Newfolder in your C drive.
Just follow the steps as given below :-
STEP 1: Goto Run and type cmd.
STEP 2: Type this code   attrib +s +h C:\Newfolder  and press ENTER

Where:
C:\ :Drive name
Newfolder: Folder name
+h = to hide the folder
+s = to list it as system file - so the hidden will be protected by system

STEP 3: If you want to make that folder appear then...
STEP 4: Type this code  attrib -s -h C:\Newfolder
STEP 5: Enjoy.....
.....................................................................................................................

No comments:

Post a Comment