Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System.Diagnostics;
- Process openFile = new Process();
- openFile.StartInfo.FileName = fileName;
- openFile.Start();
- openFile.StartInfo.FileName = resultFileName;
- openFile.Start();
Advertisement
Add Comment
Please, Sign In to add comment