@echo off echo Start GUI ... rem 注意设置成为实际python路径 set python_path=E:\Python39 start "GUI Service" "%python_path%\python.exe" -u run.py