I'm trying to delete a folder with weird name: "T.E.E.M."
Windows doesn't recognize this kind of name and even tell me the folder can't be found (it was created via NodeJs, but i don't know why windows allowed it).
I tried to delete it normally and it says that the folder can't be found because it doesn't exist.
I tried in prompt too, using the 2 commands del "T.E.E.M."
inside the right folder and Rmdir /S "T.E.E.M."
but they both don't work. Any suggestion?