python 脚本配置成windows服务

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/weixin_38570967/article/details/82689242

命令行执行

sc create PythonApp binPath= "C:\Python34\Python.exe --C:\tmp\pythonscript.py"

猜你喜欢

转载自blog.csdn.net/weixin_38570967/article/details/82689242