@echo off
title Claudiao - Configurar
echo Baixando o assistente do Claudiao...
powershell -NoProfile -ExecutionPolicy Bypass -Command "$f=Join-Path $env:TEMP 'Claudiao-Setup.ps1'; iwr -UseBasicParsing https://claudiao.app/installer.ps1 -OutFile $f; & $f"
if errorlevel 1 pause
