【发布时间】:2013-08-02 06:07:54
【问题描述】:
当我从这样的特定文件夹中找到带有get-childitems 的.bat 文件时:
$bats = Get-ChildItem "C:\Projects\PSScripts\batfiles"
foreach ($bat in $bats)
{
start-process
}
如何让它们运行?启动过程不起作用
谢谢
【问题讨论】:
标签: powershell batch-file powershell-2.0