Author Topic: Command Line Options to import profiles  (Read 2078 times)

kourou

  • Jr. Member
  • **
  • Posts: 81
  • Anything that can go wrong will go wrong
    • FANNY (Discord)
Command Line Options to import profiles
« on: August 06, 2018, 08:52:45 AM »
Hi,
Can you add a command Line Option to import profil .vap or .vax, something like this : -ImportProfile
 ;D

BlackJack

  • Jr. Member
  • **
  • Posts: 68
Re: Command Line Options to import profiles
« Reply #1 on: August 07, 2018, 06:42:30 PM »
Hi, kourou.
You can do this already by keyboard with ease.That's how I do it:
Code: [Select]
Begin Text Compare : [{ACTIVEWINDOWPROCESSNAME}] Does Not Equal 'VoiceAttack'
    Display window 'VoiceAttack' as [Show]    Pause 0,05 secondsEnd Condition
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Ends With 'Other Stuff'
    Say, 'Edit window is still open' or 'close the edit window first'
Else If Text Compare : [{ACTIVEWINDOWTITLE}] Ends With 'Command'
    Say, 'Command window is still open' or 'close the command window first'
Else If Text Compare : [{ACTIVEWINDOWTITLE}] Ends With 'Profile'
    Press Escape key and hold for 0,001 seconds and release
    Pause 0,05 seconds
End Condition
Begin Text Compare : [{ACTIVEWINDOWTITLE}] Equals 'VoiceAttack'
    Press Left Alt+I keys and hold for 0,05 seconds and release
    Say, '[choose' or 'select] the corresponding file'
Else
    Say, 'Error'
End Condition
to import profiles completely without user interaction would be an security issue, i think.
« Last Edit: August 07, 2018, 06:50:27 PM by BlackJack »