dotfiles/win/bin/mpv-bluray.ps1

4 lines
178 B
PowerShell
Raw Normal View History

2020-06-20 13:41:13 +00:00
# https://sourceforge.net/projects/mpv-player-windows/files/
$v = Mount-DiskImage $args[0] | Get-Volume
D:\Programs\mpv\mpv.com "$($v.DriveLetter):\\"
Dismount-DiskImage $args[0]