Files
Inspection/IOT.Services/bin/Debug/启动服务.bat
T

4 lines
109 B
Batchfile
Raw Normal View History

2026-09-09 19:21:21 +08:00
sc create TestMqttService binPath= "%~dp0WindowsService1.exe" start= auto
net start TestMqttService
pause