4 lines
83 B
Batchfile
4 lines
83 B
Batchfile
@echo off
|
|
.\python\python.exe .\server.py
|
|
echo Press any key to quit...
|
|
PAUSE > nul |