Files
acAubo/acAubo-main/acaubo/start_tomatopick.bat
Brunsmeier 02657c18f8 abc123
2026-05-18 10:54:25 +08:00

14 lines
194 B
Batchfile

@echo off
setlocal
cd /d "%~dp0"
python main.py
if errorlevel 1 (
echo.
echo TomatoPick failed to start or exited with an error.
echo Working directory: %CD%
echo.
pause
)