VIEW FILES HIDDEN USING CMD...!!!
Page 1 of 1
VIEW FILES HIDDEN USING CMD...!!!
Sometimes you come across a situation when you see that your drive is occupying space but when you open it, you don't find anything out there...!!! Here it is, I have found a solution to it....!!!
1. Go to Start > Run > Type cmd here (A COMMAND PROMPT window will pop up)
2. Now Type
Here "D" is the label of the drive where files seem to be hidden. In your case the drive letter may be different.
As soon as you press enter the Directory will change.
3. Now Type
Your work is half done...!!!
4. Now Type the following command
cmd will copy all the files to your given drive with folder name ccc
Go and access that folder in the drive where you copied files.
IF YOU HAVE ANY QUESTIONS...POST HERE...!!
Thank You
1. Go to Start > Run > Type cmd here (A COMMAND PROMPT window will pop up)
2. Now Type
- Code:
D:
Here "D" is the label of the drive where files seem to be hidden. In your case the drive letter may be different.
As soon as you press enter the Directory will change.
3. Now Type
- Code:
dir /a:h
Your work is half done...!!!
4. Now Type the following command
- Code:
xcopy "LETTER_OF_DRIVE_FROM_WHERE_YOU_WANT_TO_COPY_FILES:"\*.* /e /h /i /c LETTER_OF_DRIVE_WHERE_YOU_WANT_TO_COPY_FILES:\ccc
cmd will copy all the files to your given drive with folder name ccc
Go and access that folder in the drive where you copied files.
IF YOU HAVE ANY QUESTIONS...POST HERE...!!
Thank You
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum