Im using an AHK script to run Target Bravo on Teknoparriot in full screen with boaderless gaming. There is a patch but cant use it because my monitor is ultra wide 3440 x 1440.
This is the script im using...
#SingleInstance Force
Run, "C:\Program Files (x86)\Borderless Gaming\BorderlessGaming.exe""
Sleep, 1000
Run, C:\Users\Wolfe\Documents\TeknoParrotUi.exe --profile=TargetBravo.xml
~Esc::
Process,Close,TeknoParrotUi.exe
Run,taskkill /im "TeknoParrotUi.exe" /F
Process,Close,BorderlessGaming.exe
Run,taskkill /im "BorderlessGaming.exe" /F
return
I even tried to add...
$Esc::
{
Process, Close, {{{StartupEXE}}}
}
Didn't work either.
So im loading off the AHK everything boots like it should but when I exit the game even In bigbox mode with close active window. The window of boaderless gaming is still open. Not sure how ro close it when the game exits. Ill post a Pic of my window.
Thank you