Thimbles worth of opinion
Symetrically challenged
Registered: Aug 2000
Location:
Posts: 7680 |
As macker says, renameing the file and rebooting does the trick if it's a case of a process locking the file down via file access (loaded library, open file handle, etc).
Of course, this is assuming you are logged into an account with write access to the directory and it's contents (or one that can take ownership of objects/change permissions).
Course if you wanted to get serious, write a 10 or so line utility that uses this function
http://msdn.microsoft.com/library/d.../movefileex.asp
(or be insane and edit the registry value this function uses.)
MoveFileEx("C:\WINNT\system32\Macromed\Flash\flash8b.ocx", NULL, MOVEFILE_DELAY_UNTIL_REBOOT);
Sloppy, but effective.
__________________
My nipples are asymetrical... and that's a feature not a bug.
Report this post to a moderator |
IP: Logged
|