Hi Jombee, well, it seems to be a common problem. According to your log you start the BAT file using "cmd.exe /c" where "/c" means "close after execution". GameEx waits for the termination of the process it created, which in your case is the command line interpreter, which itself closes after execution, so that GameEx thinks, the game was shutdown properly. But is the emu really closing ? That is unusual, normally it stays in background. Did you check the task manager ? Try to start the BAT file directly without "cmd.exe /c" ! BTW: Why are there two "cmd.exe /c" in your start command ?