@echo off
chcp 65001 >nul
cd /d C:\Users\oshim\jrvltsql
venv32\Scripts\python.exe "%~dp0check_o1_all_races.py"
echo.
if exist o1_full_check.txt (
  echo ===== o1_full_check.txt (head) =====
  more +0 o1_full_check.txt
)
pause
