Program to delete any file?

So there is this on going problem with Windows base systems that if a file/folder name is too long the system cannot delete it. My idea was to use a live version of Linux since it doesn't seem to care. My problem is with Linux it didn't delete the file/folder as I wanted it created a .Trash folder that Linux does not see and since the deleted folder in it is too long for Windows, Windows can see if but cannot delete it. So is there a program preferably freeware that doesn't care of file/folder name length that can just delete?
 

Cromewell

Administrator
Staff member
You can delete the files/folder with it's 8.3 name (i.e. filena~1.ext) from the command prompt.
 
Top