startpy.bat 97 B

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