voicemeeter-api-powershell/examples/special.ps1

11 lines
171 B
PowerShell
Raw Normal View History

Import-Module Voicemeeter
try {
$vmr = Get-RemoteBanana
$vmr.command.show
$vmr.command.restart
$vmr.command.showvbanchat
}
finally { $vmr.Logout() }