ghidra/Ghidra/RuntimeScripts/Windows/server/svrInstall.bat
2021-03-18 12:13:28 -04:00

10 lines
167 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" install
pause