关灯
开启左侧

[网页制作] asp.net 运行.bat文件的实现方法

[复制链接]
swmozowtfl 发表于 2015-7-10 22:29:44 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题
 
// create the processinfo object
system.diagnostics.processstartinfo psi = new system.diagnostics.processstartinfo(cmd.exe);
psi.useshellexecute = false;
psi.redirectstandardoutput = true;
//psi.redirectstandardinput = true;
psi.redirectstandarderror = true;
psi.arguments = /k c:\temp\test.bat;
psi.workingdirectory = c:\temp\;
// start the process
system.diagnostics.process proc = system.diagnostics.process.start(psi);
// attach the output for reading
system.io.streamreader sout = proc.standardoutput;
proc.close();
// read the sout to a string.
string results = sout.readtoend().trim();
sout.close();
// write out the results.
string fmtstdout = {0};
this.response.write(string.format(fmtstdout, results.replace(system.environment.newline,
)));

更多网页制作信息请查看: 网页制作
 

精彩评论8

正序浏览
buingeEvineus 发表于 2016-3-6 09:59:16 | 显示全部楼层
 
笨点也好~~~~
 
wwdu926a 发表于 2016-3-6 09:59:22 | 显示全部楼层
 
哥们,给我做个链接吧
 
buingeEvineus 发表于 2016-3-6 10:00:03 | 显示全部楼层
 
(⊙o⊙)…好长啊,我虽然回复不了那么多字,但十五字还是有的。
 
Mqokjdvq 发表于 2016-4-7 22:41:48 | 显示全部楼层
 
看起来好~~像啊~~~~~
 
wwzcdenleclv 发表于 2016-4-7 22:42:05 | 显示全部楼层
 
你可是难得来坐坐啊~~~
 
wwdu926a 发表于 2016-4-7 22:42:18 | 显示全部楼层
 
真是天底下好事多多
 
wwdu926a 发表于 2016-4-7 22:42:27 | 显示全部楼层
 
下次有人骂我了...我给他还回去..
 
GoodyFouppy 发表于 2016-4-7 22:42:59 | 显示全部楼层
 
我帮不了你
 
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则


0关注

1粉丝

2503帖子

热门图文
热门帖子
排行榜
作者专栏

关注我们:微信订阅号

官方微信

APP下载

全国服务Q Q:

956130084

中国·湖北

Email:956130084@qq.com

Copyright   ©2015-2022  站长技术交流论坛|互联网技术交流平台Powered by©Discuz!技术支持:得知网络  

鄂公网安备 42018502006730号

  ( 鄂ICP备15006301号-5 )