Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Invisible (not system or hidden) files

Status
Not open for further replies.

Dollie

MIS
May 2, 2000
765
0
0
US
We're having some issues on 2003 server that I've tracked back to a specific date. When I ran a search for all files created on that date, it pulled up four files, moved down two spaces, then coughed up several dozen more. It's very hard to describe, it's like viewing a list of files and someone has put whiteout on the screen over two of the file names. I can click once on them and get the highlight box around an empty space, but cannot access properties, open containing folders, nada.

This is quite possibly the wierdest thing to happen on this server so far, and it's pretty far out.

Does anyone have any idea what this might be, or what direction I need to move in?

(FYI, full virus and anti-spyware scans are running, anything else need to be run?)
 
I've know explorer to do some weird things but instead of trying to see the list of hidden files from within explorer, try using the cmd prompt as follows;

C:> dir /ah /s > list.txt

This will list all hidden files to list.txt. From there you should be able to delete the files (again using the command prompt)

HTH
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top