For this code snippet in my program I get the error alert that it considers that the command has an invalid, ie unrecognized escape sequence.
string.Format("/c {0}", "cd .\Debug & imagem.png");
How to proceed and make it able to recognize the code?