VideoTools/scripts/install.bat
2026-01-23 06:07:17 -05:00

13 lines
336 B
Batchfile

@echo off
setlocal
chcp 65001 >nul
title VideoTools Windows Installation
echo ========================================================
echo VideoTools Windows Installation
echo ========================================================
echo.
powershell -NoProfile -ExecutionPolicy Bypass -File "%~dp0install.ps1"
exit /b %errorlevel%