Quote:
|
Originally Posted by Limitz
how do I delete programs that are in use?
|
If you knew the name of the process that was using the file, you could go into the task manager and end the process. You should then be able to delete the file.
Do you have any video players installed that load on startup? Perhaps one of them is locking the file.
If you want to try deleting it from DOS, which sometimes will work...
Start --> Run --> cmd click OK
del "<insert path to filename here>"
So for example if the file was called video.avi and was located in c:\my files\video files\video.avi, you would type:
del "c:\my files\video files\video.avi"
To exit DOS, type "exit"