im using vc version 2.138 and yes it is activated
here is the xml file I copied and pasted into the vc tree...
<?xml version="1.0" encoding="utf-16"?>
<command id="625" name="wolfram" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<action>
<cmdType>Scrape</cmdType>
<cmdString>http://api.wolframalpha.com/v2/query?appid=[yourAPIkey]&input={1}&format=plaintext</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegExSingle</cmdType>
<cmdString>Input.*?<plaintext>([^<].*?)</plaintext>.*?[Result|Definition|approximation].*?<plaintext>([^<].*?)</plaintext></cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<if ifBlockDisabled="False" ifNot="False">
<ifType>LastActionSuccess</ifType>
<ifParams>&&</ifParams>
<then>
<action>
<cmdType>Results.SetLastResult</cmdType>
<cmdString>You asked for: {Match.1.1}. {Cr}The answer is: {Match.1.2}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.RegExReplace</cmdType>
<cmdString>sqrt\((.*?)\)&&square root of $1</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.Replace</cmdType>
<cmdString> × && times </cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>Results.Replace</cmdType>
<cmdString> | &&, </cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>OSD.ShowText</cmdType>
<cmdString>{LastResult}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>{LastResult}</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else>
<action>
<cmdType>TTS.Speak</cmdType>
<cmdString>I'm sorry, I don't know the answer to: {1} Could you speak more clearly, or perhaps try to rephrase your question.</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>OSD.ShowText</cmdType>
<cmdString>I'm sorry, I don't know the answer to: {CR}{1}{CR}Could you speak more clearly, or perhaps try to rephrase your question.</cmdString>
<cmdRepeat>1</cmdRepeat>
</action>
</else>
</if>
<phrase>Wolfram</phrase>
<payloadDictation>payloadDictation: Regular</payloadDictation>
</command>
VoxCommando.exe is the one I am using.....but I watched James's how to upgrade video and that's how I installed it.
and yes vc does understand what I am saying ...better example is....when I say...wolfram what is 9+9 ...it replys I do not know
the answer to 9+9