Sunday, September 13, 2015

Remove file with double quotes in filename (Windows 7)

I have 2 files on a Windows 7 32-bit pc that are named:



  • Caecilia PMN A"

  • ._Caecilia PMN A"


I'm trying to delete them, but I'm not succeeding because of the double quotes. The files are not locked, I have permission to delete them, the path to the files is not deep.


I've tried:


Does anyone know what else I can try?

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...