Process p = new Process();
p.StartInfo.FileName ="control.exe";
p.StartInfo.Arguments = "date/time";
p.Start();