1
General Discussion / Re: Custom commands / Command editor tree help
« on: June 21, 2013, 12:37:22 AM »
Wow exactly what I was looking for. Thanks James and everyone else for your help. Much appreciated.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
test first my third option with the batchfile.Tried creating a batch file with the minimize command but didnt work.
If you're looking for a solution until James modifies the program, you can try the code below. Just tested it on my machine and it seems to work here. It launches AmuletUSB and uses keyboard emulation to hide it when you launch VC, so if you automatically launch VC on startup this should also launch and minimize automatically. You'll need to change the file path for AmuletUSB, of course.
... You might need to add a VC.Pause action between the Launch and Focus actions.
mmhh, ok let us try a other way
1. create a shortcut for the amuletusb on desktop
2. right click on the link and open properties
3. on "link tab" is a option for open minimized
I'm not sure this will work, but I have also a other option
create a action with keyboard emulation, you need follow keys to minimize a window: [ALT]+[SPACE]+ n
<?xml version="1.0" encoding="utf-16"?>
<commandGroup open="True" name="Amulet Hidden" enabled="True" prefix="" priority="0" requiredProcess="" description="">
<command id="436" name="Hide Amulet on Launch" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Launch.Hidden</cmdType>
<cmdString>I:\HTPC\voxcommando 1.1\AmuletUSB.exe</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<event>VC.Loaded</event>
</command>
</commandGroup>
You can start the "amuletUSB.exe" when VC is launching, there is a command action "Launch.Hidden" available which you can trigger with an event. If you take a look in the history window of VC after it is starting, you will see some events that VC has created (calendar icons).
You can drag'n drop one of them on you created launch.hidden command.
A "how to use events" video is on our youtube channel.