mirror of
https://github.com/onyx-and-iris/voicemeeter-api-powershell.git
synced 2026-08-17 01:24:23 +00:00
Command.Launch
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user