Hi I used: `file -c".\TheFile.xml"` It was fine. I tried: `file -c=".\TheFile.xml"` Not what I expected. I thought it would strip the = character. Is that right?