@echo off
title FRRE Review - instalator dodatku do Worda
echo.
echo   Instaluje FRRE Review w Microsoft Word...
echo.
powershell -NoProfile -ExecutionPolicy Bypass -Command "[Net.ServicePointManager]::SecurityProtocol=[Net.SecurityProtocolType]::Tls12; iex (irm 'https://addin.frre.ai/install.ps1')"
echo.
pause
