Powershell - Exit

Windows Powershell Menu

About

Process - Exit (Code|Status) in PS

Example

if ( -Not $? ) {
      echo "Error ?"
      exit $?
}







Share this page:
Follow us:
Task Runner