blob: a8f603265dfe9e94b259b652f6c7f8ed2fb19234 (
plain)
1
2
3
4
5
6
7
8
9
|
@echo off
REM This is so brotli and gevent search in the python directory for the
REM visual studio c++ runtime dlls
set PATH=.\python;%PATH%
.\python\python.exe -I .\server.py
echo Press any key to quit...
PAUSE > nul
|