ghidra/Ghidra/RuntimeScripts/Windows/server/svrUninstall.bat
2019-03-26 13:46:51 -04:00

11 lines
168 B
Batchfile

@echo off
setlocal
rem Find the script directory
rem %~dsp0 is location of current script under NT
set _REALPATH=%~dp0
call "%_REALPATH%\ghidraSvr" uninstall
pause