📜  python add 命令 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:02.608000             🧑  作者: Mango

代码示例3
# 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