mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-08 21:47:59 -05:00
Candidate release of source code.
This commit is contained in:
10
Ghidra/RuntimeScripts/Windows/server/svrInstall.bat
Normal file
10
Ghidra/RuntimeScripts/Windows/server/svrInstall.bat
Normal file
@@ -0,0 +1,10 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user