@echo off ping -n 1 127.0.0.1 cd classify-ai-backend start /b python .\main.py >> py.log 2>&1 &