标签:
把应用程序设置成winodws服务的命令如下
sc create FileMonitorService type= own start= auto binpath= E:\learn_project\WindowsService1\FileMonitorService\bin\Debug\FileMonitorService.exe displayname= FileMonitorService
然后到服务里启动这个服务就可以了
标签:
原文地址:http://www.cnblogs.com/wangxiaokun/p/4823095.html