我想安排一個Powershell腳本,其參數與schtasks.exe中有一個空間。 (Powershell版本2,Windows 7)。銘記我在這個論壇上,我想出了這個表達式讀過到PowerShell的命令行中輸入:schtasks與Powershell和腳本與參數中的空間
schtasks.exe /create /f /tn "Mytaskname" /tr "%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe -command \`"& \`'D:\myscript.ps1\`' \`'D:\Filename with Space.xml\`'" /SD 08/04/2016 /ST 09:00 /RU domain\username /RP /SC ONCE
不幸的是這doesn'nt工作。如果我安排任務手動將其作品展示了我下面的條目在任務計劃器:
PROGRAMM /腳本
%SystemRoot%\system32\WindowsPowerShell\v1.0\powershell.exe
添加參數(可選)
-command "& 'D:\myscript.ps1' ''D:\Filename with Space.xml '"
有人能幫忙嗎? 在此先感謝