Windows Speech Recognition Macro's (Required Download)
http://www.microsoft.com/downloads/details.aspx?FamilyID=fad62198-220c-4717-b044-829ae4f7c125Windows Speech Recognition Macros' Wiki
http://www.microsoft.com/downloads/info.aspx?na=40&p=1&SrcDisplayLang=en&SrcCategoryId=&SrcFamilyId=fad62198-220c-4717-b044-829ae4f7c125&u=http%3a%2f%2fcode.msdn.microsoft.com%2fwsrmacros%2fMedia Center's Command Lines
http://wiki.jrmediacenter.com/index.php/The_Command_LineHere is my macro for voice control just change mc14 for mc15.
I love voice control also!!
<?xml version="1.0" encoding="UTF-16"?>
<speechMacros>
<command>
<listenFor>play</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Play"/>
</command>
<command>
<listenFor>Pause</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Pause"/>
</command>
<command>
<listenFor>stop</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Stop"/>
</command>
<command>
<listenFor>last</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Previous "/>
</command>
<command>
<listenFor>next</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Next"/>
</command>
<command>
<listenFor>mute</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/Command Mute"/>
</command>
<command>
<listenFor>repeat</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 10045 ,0"/>
</command>
<command>
<listenFor>standard</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,0"/>
</command>
<command>
<listenFor>mini</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,1"/>
</command>
<command>
<listenFor>display</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,2"/>
</command>
<command>
<listenFor>Theater</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22000 ,3"/>
</command>
<command>
<listenFor>home</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,1"/>
</command>
<command>
<listenFor>playing now</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,2"/>
</command>
<command>
<listenFor>audio</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001,3"/>
</command>
<command>
<listenFor>image</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,4"/>
</command>
<command>
<listenFor>video</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001 ,5"/>
</command>
<command>
<listenFor>playlist</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 22001,6"/>
</command>
<command>
<listenFor>up</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
</command>
<command>
<listenFor>up two</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,38"/>
</command>
<command>
<listenFor>up three</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,38"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,38"/>
</command>
<command>
<listenFor>down</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
</command>
<command>
<listenFor>down two</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,40"/>
</command>
<command>
<listenFor>down three</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,40"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,40"/>
</command>
<command>
<listenFor>left</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
</command>
<command>
<listenFor>left two</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,37"/>
</command>
<command>
<listenFor>left three</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,37"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,37"/>
</command>
<command>
<listenFor>right</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
</command>
<command>
<listenFor>right two</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,39"/>
</command>
<command>
<listenFor>right three</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,39"/>
<run command="C:\WINDOWS\sYSTEM32\MC14.EXE" params="/MCC 27000,39"/>
</command>
<command>
<listenFor>enter</listenFor>
<run command="C:\WINDOWS\System32\MC14.exe" params="/MCC 27000,13"/>
</command>
<Signature>
</Signature>
</speechMacros>