Solution: Worked for me! if (test-path c:\utils\servers1.txt) { Write-Host "File found!" } else { Write-Host "FILE NOT FOUND!" Exit } ...
確定! 回上一頁