Thanks for your response. I know you indicated it was simple, however it seems I am still missing something. I have added the select command similar to that under "General Commands"to the find movie command as shown hereunder:
<?xml version="1.0" encoding="utf-16"?>
<!--VoxCommando 2.1.3.8-->
<command id="1179" name="Find/Play/Resume movie {1}" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)Contains(B)</ifType>
<ifParams>Display, Find&&{1}</ifParams>
<then>
<action>
<cmdType>TTS.Speak</cmdType>
<params>
<param>Locating {PF.2}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>MB3.Browse</cmdType>
<params>
<param>{2}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.Pause</cmdType>
<params>
<param>9000</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>MB3.GeneralCommand</cmdType>
<params>
<param>select</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.StopMacro</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else />
</if>
<if ifBlockDisabled="False" ifNot="False">
<ifType>(A)==(B)</ifType>
<ifParams>Resume&&{1}</ifParams>
<then>
<action>
<cmdType>TTS.SpeakSync</cmdType>
<params>
<param>Resuming movie {PF.2}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>MB3.ResumeItem</cmdType>
<params>
<param>{2}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>VC.StopMacro</cmdType>
<params />
<cmdRepeat>1</cmdRepeat>
</action>
</then>
<else />
</if>
<action>
<cmdType>TTS.SpeakSync</cmdType>
<params>
<param>Playing movie {PF.2}</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<action>
<cmdType>MB3.PlayItem</cmdType>
<params>
<param>{2}</param>
<param>Play</param>
</params>
<cmdRepeat>1</cmdRepeat>
</action>
<payloadList>Display, Play, Find, Resume</payloadList>
<phrase>movie</phrase>
<payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone" optional="False">MB3Payloads\Movies.xml</payloadFromXML>
</command>