Files
acAubo/start_tomatopick.bat
2026-05-21 14:05:06 +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
)