📅  最后修改于: 2022-03-11 14:46:02.608000             🧑  作者: Mango
# Create a .bat file with the name of your command, e.g. main.bat
@echo off
python %~dp0/main.py %*
# Then add the current directory to the System Path variable
# e.g.
C:\Users\CURRENT\Documents\PythonCommand