can't delete a file

its an imcomlete movie download. the only program that might possibly be using it is DC++ in which it was downloaded. but i closed DC++. i tried restarting too, but the file just refuses to get deleted. it keeps saying “its being used by another person or program”

i want to free up this 700 megs of space. how do i delete it ? ( i have win XP )

What I do is this.

Open explorer. Go to the folder it’s in. Right click the file and choose cut. Open the trash. Right click and paste it.

For some reason that always works for me. Another method I use is close all programs then START > RUN. Then browse to the file and delete it there.

I would guess that DC++

  1. Loads itself at startup
  2. Doesn’t actually “close” when you tell it to, but rather minimizes
  3. Tries to download files no matter what you do to your PC

I would find DC++'s process and kill it and then try to delete the file.

Happens to me sometimes too. If you are sure it isn’t used by any program, then you can go to the command line and delete the file there using the del command. But you have to be careful when you do this, the files you delete with del aren’t moved to the trash can, they are deleted directly, so you can’t recover them.

I think simply viewing it in explorer starts some kind of preview process. Fern’s method should work, in this case.

There is a program NTSFDOS that lets you boot XP from a floppy & copy & delete files.

You could boot into Safe Mode and then delete it if all else fails.

cut/paste to recycle bin doesn’t work.

i did kill DC++ in task manager and it does not appear to start automatically after a restart.

i just tried safe mode and it still would not delete. :slight_smile:

ok, i can’t figure out the “delete it there” part. how do i do that ?

what the hell is a command line ?

and handy, how would booting from a floppy help the situation ?

I’ve had this happen before.

Right click on the file, rename it to anything, and then delete it.

Oy,

If booting into safe mode didn’t get rid of it, I would give Handy’s suggestion a try. Currently, when you are booting Wndows XP from your hard drive a program has put a lock on the file that you are trying to delete. If you boot from a floppy, this program does not load, so you should be able to delete this file.

If your filesystem is NTFS, you are going to have to find a special bootdisk. If it’s FAT32, then you should be able to use a normal bootdisk.

Try www.bootdisk.com

You could always try deleting it from DOS.

[ul]
[li] Start --> Run --> “cmd” for XP, “command” for 98, and I guess one of those should work for other Windows OSes.[/li][li] Go to the directory it’s located in (Don’t forget about 8+3!)[/li][li] Type del NameOfTheFile.??? (Don’t forget 8+3 again)[/li][/ul]

I’ve had this work several times when I couldn’t erase a file. Also, another problem you might be having is that when you open the file in Windows Explorer, it’s trying to display a preview of it. Just give it a couple of minutes to do that, and see if you can erase it once it displays a preview.

" If your filesystem is NTFS, you are going to have to find a special bootdisk. If it’s FAT32, then you should be able to use a normal bootdisk."

Honest, the program NTSFDOS is just that. XP can make a bootdisk too but I hear it spans like 6 disks.

Hmm, if cut and paste didn’t work then that is weird. What I meant was this.

Start > Run > Browse
That brings up a mini explorer. Navigate to the folder containing the file. Right-click on the file and choose delete.
But I’d delete it at the dos command prompt. I think that’s the same as sqube said. There’s another one in START > PROGRAMS > ACCESSORIES > COMMAND PROMPT

Remember how to navigate dos?

cd …
Takes you up a folder.
cd foldername
Takes you down a folder.

I hope it has an easy name to type.

oh my god, i am not sure why, but it worked :slight_smile: maybe windows got tired :slight_smile:

thanx everybody.