update README.md and add start_tomatopick.bat
This commit is contained in:
13
start_tomatopick.bat
Normal file
13
start_tomatopick.bat
Normal 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
|
||||
)
|
||||
Reference in New Issue
Block a user