How do I delete this weird directory?

jiwq

Platinum Member
May 24, 2001
2,036
0
0
I tried doing an RD
Text

and also a deltree
Text

but nothing seems to get rid of this annoying directory. There's about 600k of files in that .. directory. No clue what they are or how they got there. I also tried renaming the .. directory, but that doesn't work either. I can rename the plz_delete_me dir, however. Anybody have any creative methods of getting rid of the .. directory, just short of a format?
 

Allanv

Senior member
May 29, 2001
905
0
0
try


erase "plz_del_me"

or the same with del instead see if it works make sure you use the quotes... this dont always work but it do more times than not
 

jiwq

Platinum Member
May 24, 2001
2,036
0
0
Hmm, doesn't seem to work
Text

Note that in the first picture there are two .. directories. I'm trying to get rid of the bottom one. Any ideas?
 

LiLithTecH

Diamond Member
Jul 28, 2002
3,105
0
0
You cannot remove a directory in DOS that has files in it.

Can you Delete the files inside the folder?

Then you can RD the directory name.
 

jiwq

Platinum Member
May 24, 2001
2,036
0
0
I can't access the folder through Windows Explorer. I just get some access denied error message.
 

LiLithTecH

Diamond Member
Jul 28, 2002
3,105
0
0
Can you Delete them in DOS or with a Dos boot disk?
You didn't mention what OS (and I didn't notice it in the pic).
If it Win2k or WinXP with NTFS partitions it is a little harder
with a bootdisk. You would need to use NTFSDos.

Just type:

C:\CD plz_delete_me
C:\plz_delete_me dir\del *.*
answer Yes
C:\plz_delete_me dir\CD..
C:\RD plz_delete_me dir

 

OZEE

Senior member
Feb 23, 2001
985
0
0
Do a virus-scan. I believe that there's a variant of either Magistr or Sircam that creates a hidden file in your recycle-bin ... I'm pretty sure it's Sircam that does that... I've seen it a couple of times. If it's really the virus, it actually keeps recreating this file/folder until you've got the rest of the symptoms cleaned up.

Good luck.



*** EDIT: Also check Norton's Web Site for more info about sircam... I'd almost bet this is what you have....
 

jiwq

Platinum Member
May 24, 2001
2,036
0
0
I went to the Norton website and ran their little scanner program. It didn't detect any Sircam virus.

Also, I'm running on WinXP and the directory in question is on a FAT32 partition. I can't seem to delete it from DOS.
 

PrincessGuard

Golden Member
Feb 5, 2001
1,435
0
0
Make sure the permissions on the folder are set properly (i.e. you are the owner).

Reboot into safe mode and try deleting it.

Open Task Manager, kill the explorer.exe process, and try deleting it from a command prompt.