ghidra/Ghidra/RuntimeScripts/Windows/server/svrInstall.bat
Ryan Kurtz 38edc05f81 GP-1057: Preventing Ghidra from launching when path contains !. Also
updating Installation Guide's "Known Issues" section.
2021-06-22 13:45:48 -04:00

6 lines
57 B
Batchfile

@echo off
setlocal
call "%~dp0ghidraSvr" install
pause