ghidra/Ghidra/RuntimeScripts/Windows/server/svrUninstall.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

7 lines
60 B
Batchfile

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