ProcessStartInfo startInfo = new ProcessStartInfo() { FileName = "DOSBox.exe", Arguments = "dn1.exe" }; Process.Start(startInfo);