service-core/uninstall.bat

5 lines
75 B
Batchfile
Raw Normal View History

@setlocal enableextensions
@cd /d "%~dp0"
2020-09-01 17:31:38 +00:00
node service\uninstall.mjs
PAUSE