VideoTools/install.bat
2026-01-23 06:02:42 -05:00

13 lines
303 B
Batchfile

@echo off
setlocal
chcp 65001 >nul
title VideoTools Windows Installation
echo ========================================================
echo VideoTools Windows Installation
echo ========================================================
echo.
call "%~dp0scripts\setup-windows.bat"
exit /b %errorlevel%