diff options
Diffstat (limited to 'run.bat')
-rw-r--r-- | run.bat | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,4 +1,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 |