4 lines
78 B
Batchfile
4 lines
78 B
Batchfile
@echo off
|
|
cd /d D:\python_server
|
|
start /B pythonw D:\python_server\main.py
|