Process prs = new Process();prs.StartupInfo.Path="cmd.exe";prs.StartupInfo.param = @"c:/RunToStart.bat";prs.Start();
win+r