Author Topic: How do i execute a voiceattack command from another program  (Read 2071 times)

raulegido

  • Guest
How do i execute a voiceattack command from another program
« on: November 22, 2019, 07:50:46 AM »
Hello, i would like to know how could i execute one voiceattack command from another program.
The other program lets me execute .bat, .exe and .cmd. I want to execute one specific command within voiceattack. It is possible? just to clarify          other program -> execute -> voiceattack specific command.
thanks a lot in advance. This is a great software

Aniv_D

  • Newbie
  • *
  • Posts: 18
Re: How do i execute a voiceattack command from another program
« Reply #1 on: November 22, 2019, 11:14:53 AM »
if I correctly understood the question, then through the command line.
VoiceAttack.exe -command “My Command Name”
Executes the command specified by name in the running profile. Note that double quotes are only necessary if your command name has spaces in it.
more info see documentation VoiceAttackHelp.pdf page 131

Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4761
  • RTFM
Re: How do i execute a voiceattack command from another program
« Reply #2 on: November 22, 2019, 11:19:07 AM »
If the command you want is guaranteed to be in the active profile, you can use the "-command" option by itself, otherwise you'll also want to add the "-profile" option to switch to the profile the command resides in (note that switching profiles will not be undone after the command executes).

raulegido

  • Guest
Re: How do i execute a voiceattack command from another program
« Reply #3 on: November 26, 2019, 06:13:30 AM »
Thanks a lot for your answers i was able to make it work.
Have a nice day