반응형

https://bitcoder.tistory.com/m/116

 

python으로 windows service 만들기

1. 소스코드 다음은 소스코드입니다. import win32serviceutil import servicemanager import ctypes import sys import time OutputDebugString = ctypes.windll.kernel32.OutputDebugStringW class MyServiceFra..

bitcoder.tistory.com

 

https://nick2ya.tistory.com/16

 

[Python] 파이썬 Windows 서비스 등록

 이번 시간에는 파이썬으로 제작한 exe 실행파일을 Windows 서비스에 등록하여 실행시키는 방법에 대해 알아보도록 하겠습니다. 최종적으로 구현하고자 하는 방식은 아래와 같습니다.  [ 프로그

nick2ya.tistory.com

 

반응형

+ Recent posts