Board logo

标题: [其他] 请教windows 2012下powershell 的批处理怎么写 [打印本页]

作者: 小水鱼    时间: 2014-11-27 16:43     标题: 请教windows 2012下powershell 的批处理怎么写

比如
$a=tasklist | findstr /I /M "explorer.exe"
$b=$a -like "explorer.exe*"
if ($b -eq "True")
{date >d:\a.txt}
else
{echo erro >>d:\a.txt}

上面的命令,手动贴在powershell 是可以执行的。
但写在bat里就不行了。bat要怎么写?

环境 windows 2012  windows powershell
作者: DAIC    时间: 2014-11-27 17:04

powershell脚本不是应该放到ps1文件里面吗,为啥放到bat文件里面?
作者: 小水鱼    时间: 2014-11-27 17:37

嗯,已经知道错哪了,但不理解为什么错。powershell 刚接触 各种玩不来啊。

最好能找点实例看看。
作者: DAIC    时间: 2014-11-27 21:33

回复 3# 小水鱼


哪有人刚接触就什么都懂的?不都是慢慢学的嘛,区别就在于有人坚持了,有人半途而废了。
http://bbs.bathome.net/forum-46-1.html




欢迎光临 批处理之家 (http://www.bathome.net/) Powered by Discuz! 7.2