diff --git a/lib/command.ps1 b/lib/command.ps1 index ed1e0d1..9ea76b9 100644 --- a/lib/command.ps1 +++ b/lib/command.ps1 @@ -7,6 +7,11 @@ class Special : IRemote { return 'Command' } + [void] Launch() { + 'Launching Voicemeeter audio engine and GUI' | Write-Verbose + RunVm -kindId $this.kind.name + } + [void] RunMacrobuttons() { 'Launching the MacroButtons app' | Write-Verbose Start-Process -FilePath $(Join-Path -Path $this.remote.vmpath -ChildPath 'VoicemeeterMacroButtons.exe')