Link to home
Start Free TrialLog in
Avatar of dc197
dc197

asked on

Delete a file that refuses to budge

Hi
I downloaded a ISO, burned it, now it will not budge.
I can rename the file, that is the strange thing.
Cannot delete it via DOS or Explorer (Access Is Denied).
Nor through code (Bad File Name or Number).

Any ideas?
I tried safe mode, stopping all services.

High points cos I am so pissed off.

Ta
Daniel
Avatar of mdiglio
mdiglio
Flag of United States of America image

Hello,
right click the file >> properties >> security tab >>advanced tab >> verify that you are the owner
if you are not then you can change that here.

have you tried moving it to a different folder then from dos navigate to the folder and issue the
command del *
Avatar of dc197
dc197

ASKER

Eeryone was listed, full control.
Added myself explicitly, full control, no avail.

Can move file, can't del from new position!
Avatar of dc197

ASKER

Made me the owner, no good.
Sorry about the link.  The following article goes through just about every possible reason why you would not be able to delete a file or folder on an NTFS volume.  Just something to step through and see what applies, in case you haven't seen the article before.

http://support.microsoft.com/?kbid=320081

What about the file attributes..??
Avatar of dc197

ASKER

Attribes - normal.

MS link - tried them.
I don't think another proc has the file open or I could not move or rename it.
Look like some kinda feck-up within the file or the file system
Hello,
Can you create a new file with the same name (convert textfile.txt to whatever.iso) then
move it to the same folder and accept yes when it asks to replace the existing file. then try to delete it?

I know....I'm grasping :)

Have you set explorer to show all files including system files?
Maybe there is another tag along file. (Even less likely than my first suggestion)

where did you get this iso? I want to try it!
Do you have a firewall...has anything new tried to get out since you downloaded this file?
Any chance the website was malicious?

If so you can check for spyware by downloading AdAware here:
http://www.lavasoftusa.com/

or you can download a tool called hijackthis that will show you more info than programs like adaware will
http://www.spychecker.com/program/hijackthis.html

since you said you booted into safe mode and could not delete this file the chances of this being the cause decreases
but its still worth a try
ASKER CERTIFIED SOLUTION
Avatar of ehammersley
ehammersley

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
how about RMDIR from a command windows

RMDIR c:\marvin\badfile.fil
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
This is a tough one..