5 lines
No EOL
75 B
Batchfile
5 lines
No EOL
75 B
Batchfile
@setlocal enableextensions
|
|
@cd /d "%~dp0"
|
|
|
|
node service\uninstall.mjs
|
|
PAUSE |