I want to design a c# program which can run WinRAR. the program will browse for file and send the with a button, the process to create archive will begin..!
I know using System.Diagnostics.Process.Start method can execute the exe file. for eg.
Process.Start(@"C:\path\to\file.zip")
GetFile("filename","open winrar to execute the file") I need something like this. How should i start? Any references/solution are very thankful.
thank you very much.