Try using a command prompt. To see help type the command followed by /?
In explorer hold down shift and right click the folder containing the files.
Choose Copy As Path (this and Open Command Prompt here only show if you hold
down shift). This copies the folder name to the clipboard.
Click Start - All Programs - Accessories - Right click
Command Prompt and choose Run As Administrator. Type
cd then a space. Right click and choose paste. This sets the folder. Type cd
/? for help.
Type (and type dir/? for help)
dir *.*
Your files should appear. To see files in sub folders type
dir *.* /s
To page through the list type (note it's the pipe character from Shift + \
followed by more not an L(l) or 1)
dir *.* /s |more
In case the files are hidden type this to list all files including hidden
files
dir *.* /s /a |more
Do any of these show your files.
If you get an error message you can copy it by right clicking the window,
choosing Mark, selecting the text, and press enter.
--
..
--
"Amzaya" wrote in message news:fdfd6cba-6916-4ca9-846b-49a401fab561...
> My laptop which had all my pictures/music and alot of other things, has
> recently stopped showing certain data due to a Virus or Java. I had Tried
> Transfering from one computer VIA Android. The folder says (contains
> 2.98gb, 2,299 files and 26 folders) Even on computer i transfered to it
> says, Does Not Contain any Files to Display. But on my Android I can see
> them.... How can i get to view them? Besides sending them one at a time
> VIA Email or something....O_o