Ariver
2026-08-25 418efa7113c42a1c575b2569edb018d480f7ddbf
1
2
3
4
5
6
@echo off
setlocal
set "PS=%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe"
if not exist "%PS%" set "PS=powershell"
"%PS%" -NoProfile -ExecutionPolicy Bypass -File "%~dp0youtube-transcript.ps1" %*
exit /b %errorlevel%