码迷,mamicode.com
首页 > 系统相关 > 详细

在Bat批处理中调用Powershell脚本

时间:2018-01-12 11:22:16      阅读:374      评论:0      收藏:0      [点我收藏+]

标签:51cto   files   logfile   pause   ext   shell脚本   images   image   cto   

##如何在BAT中调用powershell,把下面代码另存为bat格式 pushd %~dp0 powershell.exe -command ^ "& {set-executionpolicy Remotesigned -Scope Process; .‘.\ClearIISLogFiles.ps1‘ }" popd pause

可访问下面的链接,获取更多的IT资讯:
技术分享图片

在Bat批处理中调用Powershell脚本

标签:51cto   files   logfile   pause   ext   shell脚本   images   image   cto   

原文地址:http://blog.51cto.com/543925535/2060106

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!