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