# WinSvrStart
**Repository Path**: mziai/winsvrstart
## Basic Information
- **Project Name**: WinSvrStart
- **Description**: 任何文件以服务方式启动
- **Primary Language**: Visual Basic
- **License**: MIT
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2023-10-15
- **Last Updated**: 2025-04-18
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
#  WinSvr - 系统服务启动程序
### 配置文件说明(编码:GBK)
```
[config]
Date="日志时间格式"
LogFile="日志输出文件名"
Process="程序路径"
```
### 使用帮助
###### 安装服务
sc create 服务名称 binPath= "winsvr路径" start= auto DisplayName= "显示名称"
###### 配置服务描述
sc description 服务名称 "描述"