Posts Tagged ‘weird’

How to delete files with weird characters in there name [Windows]

Thursday, April 2nd, 2009

If you have files on your system which have special chars like “ยบ” and you can’t access or delete them, windows keeps telling you “File not found” although the file is clearly there and visible, you should try this to delete it:

Start -> Run -> cmd.exe (a black background terminal window appears)

Type:

del <path to your folder holding the weird files>\*.*

And the files are deleted.