Sign in
third-party-mirror
/
brltty
/
refs/heads/main
/
.
/
Windows
/
regquery-brlapi.bat
blob: 6df79a1de4510fc2a2127d902027e3b3f06bbb3b [
file
] [
log
] [
blame
] [
edit
]
@echo
off
setlocal
EnableDelayedExpansion
call
"%programDirectory%setvars-brlapi"
reg query
"%serviceKey%"
exit
/
B
%
ERRORLEVEL
%