. , - exe , -, , , . , , , .
exe , , , ,
ProcessStartInfo psi = new ProcessStartInfo ( "notepad.exe" );
psi.WindowStyle = ProcessWindowStyle.Hidden;
p = ();
p.EnableRaisingEvents = true;
p.Exited + = EventHandler (ExitHandlerToKillProcess);
p.StartInfo = psi;
p.Start();
, . javascript. .