我有一個PowerShell腳本test.ps1
,我試圖從test.bat文件執行它。我的批處理文件包含:從.bat文件執行PowerShell腳本時出錯
@echo off
Powershell.exe -File D:\Testfolder\testsubfolder\test.ps1
pause
而且我得到的錯誤:
'■@' is not recognized as an internal or external command, operable program or batch file.
有人能指出我應該正確地運行它什麼樣的變化?
您能否發佈代碼請 – Miguel
這看起來像一個編碼問題。爲了調試它,你應該考慮[創建一個MCVE](http://stackoverflow.com/help/mcve)。 – vonPryz
包含腳本文件的第一對字節的hexdump。 –