C#
Windows Services
캡틴노랑이
2015. 8. 31. 17:51
반응형
참조 MSDN
http://msdn.microsoft.com/ko-kr/library/zt39148a(v=vs.110).aspx
순서
1.프로젝트 생성
2.코딩
3.등록 installutil.exe mynewservice.exe
4.삭제 installutin.exe /u mynewservice.exe
5.디버깅 프로세스 잡아서 실행
타이머등등 활용해야됨.
반응형