您的位置:首页 > 其它

系统杂类------让bat,cmd文件后台运行

2014-08-03 10:30 330 查看
1.写个bat,例如1.bat

net start "IAStorDataMgrSvc"

pause

2.新建run.vbs脚本

Set shell = Wscript.createobject("wscript.shell")

a = shell.run ("1.bat",0)

3.运行脚本即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: