summaryrefslogtreecommitdiff
path: root/package/sdb.remove.windows
blob: 88ae1bcd4d73add0ba3370772686027045bb922a (plain)
1
2
3
4
5
6
7
8
9
10
@echo off

set execute_path=tools
%INSTALLED_PATH%\%execute_path%\sdb.exe kill-server
del %INSTALLED_PATH%\%execute_path%\sdb.exe
del %INSTALLED_PATH%\%execute_path%\SdbWinApi.dll
del %INSTALLED_PATH%\%execute_path%\SdbWinUsbApi.dll
del %INSTALLED_PATH%\%execute_path%\ansicon.exe
del %INSTALLED_PATH%\%execute_path%\ANSI32.dll
exit 0