:IsRegKey

succeeds if Key exists

Description: call:IsRegKey Key
Script:
1.
2.
3.
4.
5.
6.
:IsRegKey Key -- succeeds if Key exists
::            -- Key  [in]  - registry key
:$created 20060101 :$changed 20080219 :$categories Registry
:$source https://www.dostips.com
reg query "%~1">NUL 2>NUL
EXIT /b