Ok so we have some progress.. This script, starts up fine, but it doesnt minimize X360CE, I need to still click off of it, onto my game. Then on exit, X360CE closes with no issues... I did verify that ",,min " is whats causing X360CE to not respond.
Thank You guys for your help so far, this has been occupying my last few nights.
Currently this is the script I have in there...
Run, "C:\Users\Gerry\Desktop\X360CE\X360CE.exe"
WinMinimize, ahk_exe x360ce.exe
Esc::
{
WinClose, ahk_exe X360CE.exe
WinClose, ahk_exe Yuzu.exe
}