Welcome Darrenkarp!
please tell us what version of VoxCommando you are using, and what command you are trying to use.
you should give us both columns of your action (command and parameters).
for example to search for voxcommando I would use
Launch
C:\Users\
james\AppData\Local\Google\Chrome\Application\chrome.exe
&&www.google.com/webhp?hl=en#hl=en&source=hp&q=voxcommandofor it to work on your system you would need to replace
james with your windows username, or otherwise modify the path to match the location of your chrome .exe.
the
&& separates the path to the program from the parameter that gets passed to it, in this case the parameter is the URL.
To be able to search for anything you can replace the word
voxcommando with {1} but then you need to make sure that your command has a payload in the tree. In this case you would use a payloadDictation to be able to search for 'any phrase' or you could use a payload list if you wanted to be able to search from a list of your favourite search terms.
Version 0.845 of VoxCommando has a new command
Launch.OpenURL
which will open a site in your default web browser so you don't need to fiddle with the path. I am working on packaging a generic version and one for xbmc, but you can get the latest version right now from the MediaMonkey link on the download page. I don't yet know if this command will work reliably on all systems.
Note that to upload your command so that we can look at what you are doing, you can right click a group and choose export, it will create an xml file in the \export folder with the same name as the group. You can then attach that to your post. Maybe I can spot a mistake.