:: This file is dedicated to the public domain.@echo off
setlocalifnot"%WINDBG_BIN%"==""goto:oksetWINDBG_BIN=tools\windbg\bin
ifexist tools\windbg\bin\DbgX.Shell.exe goto:ok
powershell tools\windbg\install.ps1 ||goto:end:ok%WINDBG_BIN%\DbgX.Shell.exe /c $^<tools\windbg\initcmds
:endexit /b %errorlevel%:: vi: sw=4 ts=4 noet tw=80 cc=80