简体   繁体   中英

How to perform logging of forcefully exiting a running script?

I have a powershell script that registers certain events and logs them to a file.

I want to be able to also log to that file the moment that the script was forcefully stopped. For example, by closing the window via X button.

How could I perform this?

We can include in the ecuation the following languages: Powershell via ConEmu console, Perl via ConEmu console, AutoIT.

This does the trick.

Register-EngineEvent PowerShell.Exiting -SupportEvent -Action `
{
    #action
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM