为什么更改 powershell 行中的可执行文件会导致它不起作用?
毫无疑问,我犯了一个非常简单的错误,但我无法弄清楚。我不是专家,我正在写论文,并使用 .bat 文件和一系列 PowerShell 指令来转换和移动文件。现有的有效文件在所有子文件夹中执行解析器 .exe: powershell.exe -command "& {$start_path = 'C:\folder'; Get-ChildItem $start_path -Recurse -Directory | ForEach-Object {Set-Location $_.FullName | ".\OpenWeather6to6.exe"};} ...