Powershell if not if (test-path ){ (Perform some actions here) } else { Write-Host "FILE NOT FOUND!" exit } Trying to stop a script if a file is missing (or ...
確定! 回上一頁