Files
2026-09-07 08:07:08 +08:00

4 lines
109 B
Batchfile

sc create TestMqttService binPath= "%~dp0WindowsService1.exe" start= auto
net start TestMqttService
pause