嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
使用C#创建WindowsService(Windows服务,附源码):定期执行Dos命令或Bat(批处理)文件
config.ini 配置文件 配置文件说明: [settings] batPath BAT文件路径,例:d:\1.bat [intervalsetting] interval=5 间隔时间,单位:秒。例:5,表示5秒钟执行一次。 注意事项: 在首次执行循环时,杀毒软件可能...
.
├── App.config
├── INIClass.cs
├── InstallUtil.InstallLog
├── Program.cs
├── ProjectInstaller.Designer.cs
├── ProjectInstaller.cs
├── ProjectInstaller.resx
├── Properties
│ └── AssemblyInfo.cs
├── Service1.Designer.cs
├── Service1.cs
├── Service1.resx
├── UnInstall.bat
├── WindowsService_dos.InstallLog
├── WindowsService_dos.InstallState
├── WindowsService_dos.application
├── WindowsService_dos.csproj
├── WindowsService_dos.csproj.user
├── WindowsService_dos.exe
├── WindowsService_dos.exe.config
├── WindowsService_dos.exe.manifest
├── WindowsService_dos.pdb
├── WindowsService_dos.sln
├── WindowsService_dos.suo
├── WindowsService_dos.vshost.exe
├── WindowsService_dos.vshost.exe.config
├── WindowsService_dos_TemporaryKey.pfx
├── bin
│ └── Debug
│ ├── InstallUtil.InstallLog
│ ├── UnInstall.bat
│ ├── WindowsService_dos.InstallLog
│ ├── WindowsService_dos.InstallState
│ ├── WindowsService_dos.application
│ ├── WindowsService_dos.exe
│ ├── WindowsService_dos.exe.config
│ ├── WindowsService_dos.exe.manifest
│ ├── WindowsService_dos.pdb
│ ├── WindowsService_dos.vshost.exe
│ ├── WindowsService_dos.vshost.exe.config
│ ├── config.ini
│ ├── install.bat
│ └── 说明.txt
├── config.ini
├── epAgentService_安装程序.rar
├── epAgentService源码.rar
├── install.bat
├── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── TempPE
│ │ ├── WindowsService_dos.ProjectInstaller.resources
│ │ ├── WindowsService_dos.Service1.resources
│ │ ├── WindowsService_dos.application
│ │ ├── WindowsService_dos.csproj.GenerateResource.Cache
│ │ ├── WindowsService_dos.exe
│ │ ├── WindowsService_dos.exe.manifest
│ │ └── WindowsService_dos.pdb
│ └── WindowsService_dos.csproj.FileListAbsolute.txt
├── ve-1C4.tmp
├── 说明.txt
└── 使用C#创建WindowsService(Windows服务,附源码):定期执行Dos命令或Bat(批处理)文件.rar
7 directories, 55 files