I have a test powershell V2 script that looks like this: function test_args() { Write-Host "here's arg 0: $args[0]" Write-Host "here's arg 1: $args[1]" } ...
確定! 回上一頁