webserver.bat 59 B

1234
  1. @echo off
  2. cd /d %~dp0..
  3. call batch\python.bat main.py
  4. pause