To delete that file that is always in use, I suggest that you use the following trick.
START | RUN | CMD CD to your directory. Use: DIR /X /A to see the SHORT FILE NAMES of the files and directories there. use: RMDIR [/Q] [drive:]path RD [/Q] [drive:]path /S Removes all directories and files in the specified directory in addition to the directory itself. Used to remove a directory tree. /Q Quiet mode, do not ask if ok to remove a directory tree with /S Example: RMDIR /Q c:\progra~1\McAfee~1 RD /Q c:\progra~1\McAfee~1 JBirdAngel wrote: > > > > > > > > Hello, > > i tried to download the setup.exe for pythonce 2.5, it iddnt finish > downloading said there was an unknown error and to try to download it > ot a differnet location, it wouldnt let me delete it saying there was a > person or program using it, i closed the open programs, though not > taskbar programs (im on windows xp) and it still wouldnt delete, then i > restarted the computer and tried to delete it right away but still says > a person or program is using it, it didnt complete downloading what > could be trying to use it? > > thanks - jason > > > > > _______________________________________________ > PythonCE mailing list > PythonCE@python.org > http://mail.python.org/mailman/listinfo/pythonce > > -- View this message in context: http://www.nabble.com/setup.exe-didnt-finish-downlaod-cant-delete-tf2830339.html#a7902950 Sent from the Python - pythonce mailing list archive at Nabble.com. _______________________________________________ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce