start_tts_webui.bat 105 B

12345
  1. @echo off
  2. powershell.exe -ExecutionPolicy Bypass -command "& '%~dp0\installer_scripts\root.ps1'"
  3. pause