@echo off if "%~1" == "startGame" goto :game if "%~1" == "startController" goto :controller ::--------------------------------------------------------------------- :: setup some global variables used by both the game and the controller setlocal disableDelayedExpansion :getSession if defined t...