first commit

This commit is contained in:
2026-08-15 14:43:56 +08:00
commit 63b8c28e1d
340 changed files with 59515 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
@echo off
setlocal
"%~dp0/mpv" --unregister
if %errorlevel% neq 0 (
echo Deregistration failed. Make sure mpv is in the same folder as this script.
pause
exit /b %errorlevel%
)
pause
endlocal