I'd like to include a Process.Start line in my c# code that extracts a single file from an archive. In particular I'm looking for what the command line execution looks like.
I.E. I have an archive Test.rar which has the file picture.png as well as a bunch of other files. How do I get picture.png to a destination of my choice?
Thanks.