5 lines
87 B
Batchfile
5 lines
87 B
Batchfile
@echo off
|
|
.\python\python.exe -I .\server.py
|
|
echo Press any key to quit...
|
|
PAUSE > nul
|