Re: Cannot delete files on Server 2003 -"cannot find the specified

Tech-Archive recommends: Speed Up your PC by fixing your registry




"Darksun" <Darksun@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:B592F52A-90E0-42CC-B0D7-68310A1123D2@xxxxxxxxxxxxxxxx


"Pegasus (MVP)" wrote:

Your files names may include invisible characters. You can
delete them by using wildcards, e.g. like so:

del "d:\Some Folder\abc*.exe"

or you could use AutoCompletion:
- Click Start / Run
- Type cmd /f:on {OK}
- Type this:
cd /d "d:\Some Folder" {Enter}
del abc^F

^F=Ctrl+F. Press it as many times as required until
the problem file pops up.

If this does not work then you should post the name of
at least one problem file.


Thanks for your reply, but this doesnt works. I got still the same errors.

Here are some names of affected files:

aeaudio.sys
smwdm.sys
postreport.pdf

This files are not in use.


How long is the path pointing to these files?


.