service-core/uninstall.bat

5 lines
75 B
Batchfile

@setlocal enableextensions
@cd /d "%~dp0"
node service\uninstall.mjs
PAUSE