dotfiles/win/bin/mpv-bluray.ps1
2021-01-13 23:20:59 +08:00

4 lines
178 B
PowerShell

# 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]