start_server.bat 42 B

1234
  1. @echo off
  2. cd /d %~dp0
  3. python server.py
  4. cmd