@echo off
REM 1/12/2026 This is a batch file to run script below to install Yuhalu Hmong text to speech for the first time.

cd /d "%~dp0"
powershell.exe -ExecutionPolicy Bypass -File "YuhaluV2.0.Script.ps1"
