aceeaşi lume, o viziune diferită
Posts tagged special chars
How to delete files with weird characters in there name [Windows]
Apr 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.
Recent Comments