@echo off cd /d "%~dp0" if "%1"=="" ( python "%~dp0run_acea.py" backend ) else ( python "%~dp0run_acea.py" %* )