Differences

This shows you the differences between the selected revisions of the page.

2016-03-02 2016-04-29
exit the batch file only (martin) error: prefix (martin)
Line 46: Line 46:
catch [Exception] catch [Exception]
{ {
-    Write-Host $_.Exception.Message+    Write-Host ("Error: {0}" -f $_.Exception.Message)
    exit 1     exit 1
} }

Last modified: by martin