C# question
Posted: Sun Mar 16, 2008 11:47 am
Im working on programming with some use from the command prompt...
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.
thats my code
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"");