3
For this code snippet in my program I receive the error warning that it considers that the command has an invalid exhaust sequence, that is, not recognized.
string.Format("/c {0}", "cd .\Debug & imagem.png");
How to proceed and make him able to recognize the code?