@echo off
echo Installing the LAX engine. A PowerShell window will open...
powershell -ExecutionPolicy Bypass -Command "iwr https://lax-dtb.pages.dev/static/install.ps1 -OutFile $env:TEMP\lax-install.ps1; & $env:TEMP\lax-install.ps1 -DaemonId lax-daemon -Secret 79f5b346ef45e904c1d44ff1efd8b12dbb0bded819c159ad97ee491ef789ba88"
echo.
echo Done. You can close this window.
pause
