1 2 3 4 5 6 | While ((( Test-Path $xmlConfigfile ) -eq $false ) -or ( $NoXML )){ [System.Windows.Forms.MessageBox] ::Show( "ERROR: $xmlConfigfile not found!" ) write-host De XML file kan niet gevonden worden -F Red If (!( $psISE )){ "Press any key to continue..." ; [void][System.Console] ::ReadKey( $true )} exit } |