Hi, Mikey.
Perhaps the file/folder name is not what it appears onscreen. Also, they
use "reserved words" (com3, aux) in their names, which can give the OS fits.
A trick that often (but not always) works is to open a "DOS" window and then
use the old faithful "dir" command - with switches to reveal some hidden
secrets.
Dir /x will produce a directory listing with an additional column of SFNs
(Short File Names, also known as 8.3 filenames). An SFN is created for any
filename that does not conform to the MS-DOS naming convention. In addition
to the obviously "long" file name, this might be a name that includes spaces
or unprintable characters.
Then use the SFN to delete the file or remove the folder, using the del or
rd command. If you are VERY lucky, a single "rd SFN /s" will remove the
top-level folder and all its subfolders and files.
RC
--
R. C. White, CPA
San Marcos, TX
(E-Mail Removed)
Microsoft Windows MVP
"mikey" <(E-Mail Removed)> wrote in message
news:09e801c3a951$fdd49b40$(E-Mail Removed)...
> I have 3 folders: b\com3\auxdD which some cracker was kind
> enough to leave on my computer. My disk uses NTFS.
>
> Folder com3 has no security tab and when I attempt to
> change any attributes I get an error that says the system
> cannot find the file specified. The general tab also
> states the it is of type "file", but it appears as a
> folder and can contain other files and folders.
>
> Folder aux.dD has no sharing tab or security tab and gives
> me an access denied error when I attempt to change any of
> the attributes. It also has no icon, no name, and no type
> on the general tab.
>
> I cannot delete them, change attributes, or take ownership
> of them using windows or the command prompt (except b,
> which I can take ownership of).
>
> Thanks in advance for any help anyone can provide.
>
> mikey