dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
272 B
14 lines
272 B
@REM
|
|
@REM SPDX-FileCopyrightText: Copyright The Thingsboard Authors
|
|
@REM SPDX-License-Identifier: Apache-2.0
|
|
@REM
|
|
|
|
@ECHO OFF
|
|
|
|
@ECHO Stopping ${pkg.name} ...
|
|
net stop ${pkg.name}
|
|
|
|
@ECHO Uninstalling ${pkg.name} ...
|
|
"%~dp0"${pkg.name}.exe uninstall
|
|
|
|
@ECHO DONE.
|