Command.Launch

This commit is contained in:
pblivingston
2026-08-06 19:42:35 -04:00
parent b978f5aa3f
commit d05b46b899

View File

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