G
Guest
String s = @"c:\test.xml";
I want to use the above string in a batch file with enclosed quotes, like
""c:\test.xml""
How can i do that? It might be simple, but I can't figure out the syntax??
I want to use the above string in a batch file with enclosed quotes, like
""c:\test.xml""
How can i do that? It might be simple, but I can't figure out the syntax??