使用 POWERSHELL 命令執行 1-line Powershell 命令
使用 POWERSHELL
命令,我們可以直接從批處理指令碼執行 1 行命令,而無需任何臨時檔案。
這是語法。
powershell.exe -Command <yourPowershellCommandHere>
你可能還想包含其他標誌,例如 -Nologo
,以改善實際結果。
使用 POWERSHELL
命令,我們可以直接從批處理指令碼執行 1 行命令,而無需任何臨時檔案。
這是語法。
powershell.exe -Command <yourPowershellCommandHere>
你可能還想包含其他標誌,例如 -Nologo
,以改善實際結果。