VS2010生成一个批处理文件,并且运行实例

上传者: r00_a2lbur | 上传时间: 2021-09-28 16:55:44 | 文件大小: 39KB | 文件类型: RAR
Microsoft Visual Studio 2010 做的生成一个批处理文件,然后运行的实例。 主要代码: File.WriteAllText(sBat, sBatContent); Process process = new Process();//创建进程对象 ProcessStartInfo startInfo = new ProcessStartInfo(); startInfo.FileName = "cmd.exe";//设定需要执行的命令 startInfo.Arguments = "/C " + sBat;//“/C”表示执行完命令后马上退出 startInfo.UseShellExecute = false;//不使用系统外壳程序启动 startInfo.RedirectStandardInput = false;//不重定向输入 startInfo.RedirectStandardOutput = true; //重定向输出 startInfo.CreateNoWindow = true;//不创建窗口 process.StartInfo = startInfo;

文件下载

资源详情

[{"title":"( 23 个子文件 39KB ) VS2010生成一个批处理文件,并且运行实例","children":[{"title":"Demo_runDosCommand","children":[{"title":"Demo_runDosCommand.suo <span style='color:#111;'> 20.00KB </span>","children":null,"spread":false},{"title":"Demo_runDosCommand","children":[{"title":"Demo_runDosCommand.csproj <span style='color:#111;'> 3.61KB </span>","children":null,"spread":false},{"title":"Program.cs <span style='color:#111;'> 500B </span>","children":null,"spread":false},{"title":"w_main.cs <span style='color:#111;'> 2.22KB </span>","children":null,"spread":false},{"title":"w_main.Designer.cs <span style='color:#111;'> 3.57KB </span>","children":null,"spread":false},{"title":"Properties","children":[{"title":"Settings.settings <span style='color:#111;'> 249B </span>","children":null,"spread":false},{"title":"Resources.Designer.cs <span style='color:#111;'> 2.82KB </span>","children":null,"spread":false},{"title":"AssemblyInfo.cs <span style='color:#111;'> 1.35KB </span>","children":null,"spread":false},{"title":"Settings.Designer.cs <span style='color:#111;'> 1.08KB </span>","children":null,"spread":false},{"title":"Resources.resx <span style='color:#111;'> 5.48KB </span>","children":null,"spread":false}],"spread":true},{"title":"obj","children":[{"title":"x86","children":[{"title":"Debug","children":[{"title":"GenerateResource.read.1.tlog <span style='color:#111;'> 410B </span>","children":null,"spread":false},{"title":"TempPE","children":null,"spread":false},{"title":"DesignTimeResolveAssemblyReferencesInput.cache <span style='color:#111;'> 6.27KB </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.csproj.FileListAbsolute.txt <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.w_main.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.exe <span style='color:#111;'> 9.50KB </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.Properties.Resources.resources <span style='color:#111;'> 180B </span>","children":null,"spread":false},{"title":"GenerateResource.write.1.tlog <span style='color:#111;'> 962B </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.pdb <span style='color:#111;'> 25.50KB </span>","children":null,"spread":false}],"spread":true}],"spread":true}],"spread":true},{"title":"w_main.resx <span style='color:#111;'> 5.68KB </span>","children":null,"spread":false},{"title":"bin","children":[{"title":"Debug","children":[{"title":"Demo_runDosCommand.exe <span style='color:#111;'> 9.50KB </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.vshost.exe <span style='color:#111;'> 11.33KB </span>","children":null,"spread":false},{"title":"Demo_runDosCommand.pdb <span style='color:#111;'> 25.50KB </span>","children":null,"spread":false}],"spread":true},{"title":"Release","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"Demo_runDosCommand.sln <span style='color:#111;'> 896B </span>","children":null,"spread":false}],"spread":true}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明