update README.md and add start_tomatopick.bat

This commit is contained in:
2026-05-12 15:04:55 +08:00
parent 4768d809e1
commit 20a0013cbd
4 changed files with 119 additions and 107 deletions

13
start_tomatopick.bat Normal file
View File

@ -0,0 +1,13 @@
@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
)