I want my program to tell command prompt to move something somewhere and the code in cmd uses "" for the paths...and in C# if i try to type "" for the coding, it thinks im stopping my text.
Code: Select all
System.Diagnostics.Process.Start("cmd.exe", @"/c MD "path" "path to move"");