How to hotkey a batch file to start when in game?

Soldato
Joined
27 Jan 2005
Posts
3,655
Location
Expat in HK
I have a process kill for BF2142.exe so if it stops responding, I can have a quicker way out. Is there any software that will allow me to hotkey a .bat file as I already have the pskill.exe ready to kill the program.
 
You can the XP command taskkill to do that.

Create a batch file with the following syntax:

Code:
taskkill /IM process.exe

Save it to C:\ whatever... and create a shortcut to it, that will allow you to set a shortcut key combination (CTRL + ALT + ?). Right click on the shortcut, select properties and you will see a shortcut key field. Set that to whatever you want.
 
Problem, it seems the shortcut via Winkey or XP's shortcut control doesn't work in-game. It seems you have to be in Windows.

Shame, Ctrl+Alt+Del can jump to Windows, why can't any other shortcuts?
 
Back
Top Bottom