# WinServiceExe **Repository Path**: GiveMe5RMB/WinServiceExe ## Basic Information - **Project Name**: WinServiceExe - **Description**: Windows服务开发 - **Primary Language**: C# - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-05-31 - **Last Updated**: 2024-08-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WinServiceExe #### 项目介绍 Windows Service Exe #### 软件架构 C# .NETFrameWork4.5.2 VS 2017 #### 使用说明 1. 先修改intall.bat目录中指定的路径为当前文件夹的路径 2. 再修改Config/Service.ini中的配置参数。 3. 运行install.bat开启windows服务。 *. 服务一旦启动,会一直不停的轮询,达到指定条件,启动配置文件中指定的exe程序,并且,检测到exe程序关闭后,会重新打开配置文件中指定的exe程序。