Add MPV player batch file
This commit is contained in:
11
start_mpv_player.bat
Normal file
11
start_mpv_player.bat
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
@echo off
|
||||||
|
REM MPV Video Player Startup
|
||||||
|
echo Starting MPV Video Player with Path Fix...
|
||||||
|
|
||||||
|
REM Add MPV to PATH
|
||||||
|
set PATH=C:\DriveIn\mpv;%PATH%
|
||||||
|
|
||||||
|
REM Start the video player
|
||||||
|
python mpv_main_fixed.py
|
||||||
|
|
||||||
|
pause
|
||||||
Reference in New Issue
Block a user