Files
mpv.net/scripts/examples/message-box.ps1
2020-04-22 19:17:12 +02:00

5 lines
96 B
PowerShell

// This script shows a message box using the Msg class of mpv.net.
[Msg]::Show("Hello World")