Author Topic: Use Voice Attack to Execute Rainmeter Skins  (Read 944 times)

Jedihercules

  • Newbie
  • *
  • Posts: 1
Use Voice Attack to Execute Rainmeter Skins
« on: October 16, 2021, 02:33:54 PM »
Hello All!

I am new to the forum, but have been using VA for quite a while. I can get VA to execute Rainmeter skins in the base Skins directory but am unable to get any skins deeper within the folder structures to load.

Can anyone help me with this?

Attached is a screenshot of a successful setup.

I tried setting the working directory to where the skin is located as well as the folder above with no success.

Thanks for everyone's help!

- JH


Pfeil

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 4759
  • RTFM
Re: Use Voice Attack to Execute Rainmeter Skins
« Reply #1 on: October 16, 2021, 02:46:51 PM »
Assuming that the path this third-party application uses for this command line argument is relative to its "Skins" directory, the "In this working directory" field should likely be left blank.

Looking at the documentation, that parameter takes a relative path to a directory, so if you have a folder structure like "Skins\deeper folder\a skin", the required command line argument would presumably be
Code: [Select]
!ActivateConfig "deeper folder\a skin"

None of this is VoiceAttack-specific either; you'd need the same syntax when using a desktop shortcut or a command prompt.