我想其中一個參數是引用從PowerShell中調用一個perl腳本:如何在Powershell中將引用的參數提供給perl?
myProg -root="my path with spaces"
我試着使用-root='"my path with spaces"'
,-root='my path with spaces'
,-root=\"my path with spaces\"
,但似乎沒有任何工作。按<ENTER>
後,我看到>>
作爲提示。
如何在Powershell的命令行上傳遞此引用的參數?