[Solved] batch script to kill last application [closed]


Using AutoHotKey

You need to install autoHotKey in order to use this script.

You can download it @ https://www.autohotkey.com/

After you download and install it, have a look at the documentation.

I think you should go through the first 3 sections since it will be beneficial for you to understand:

  • how scripts work
  • how to edit them
  • how to run them

It’s really a 5 minute read.

solved batch script to kill last application [closed]