System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.WorkingDirectory = (Directory.GetCurrentDirectory() + "\\Error Code Lookup Tool\\"); proc.EnableRaisingEvents = false; proc.StartInfo.FileName = "Err.exe"; proc.Start();
I have tried multiple variations on this but so far have been unsuccessful. I feel like it is something simple that I am missing but I am lost.
This post has been edited by paxamime: 10 February 2010 - 12:07 PM

New Topic/Question
Reply




MultiQuote




|