If you need to pass some arguments to the exe file, here is an example
Process p = new Process();
ProcessStartInfo ps = new ProcessStartInfo();
p.StartInfo = ps;
ps.FileName = "file.exe";
ps.Arguments = "Some commandline arguments";
p.Start();
http://johanmartensson.se - Home of MPEG4Watcher http://www.tinywebradio.com - Home of TinyWebRadio