@echo off cd /d %~dp0\.. echo Running Egg Helper Bot... if exist .venv\Scripts\python.exe ( .venv\Scripts\python.exe run.py ) else ( python run.py )