Code: System.Diagnostics.Process.Start("cmd.exe", @"/c del d:\\file.txt"); This is not deleting the file.txt
System.Diagnostics.Process.Start("cmd.exe", @"/c del d:\\file.txt");
If you found my reply helpful, please rate me
Forum Rules