add bat file for windows

This commit is contained in:
James Taylor
2018-07-12 04:26:50 -07:00
parent aea11c407f
commit 3fff8307b9
3 changed files with 8 additions and 0 deletions

4
run.bat Normal file
View File

@@ -0,0 +1,4 @@
@echo off
.\python\python.exe .\server.py
echo Press any key to quit...
PAUSE > nul