Está en la página 1de 5

Lista de comandos

Aqu encontraras la lista de comandos para tu asistente


virtual J.A.R.V.I.S. Para PC.

COMANDOS BSICOS:

<command>
<listenFor>Como estas?</listenFor>
<listenFor>Como has estado?</listenFor>
<waitFor seconds="0.5" />
<speak>Muy bien seor gracias por preguntar</speak>
</command>

<command>
<listenFor>De donde eres?</listenFor>
<waitFor seconds="0.5" />
<speak>Del hermoso municipio de ecatepec</speak>
</command>

COMANDOS PARA ABRIR PROGRAMAS:

<command>
<listenFor>Yarvis Abrir iTunes</listenFor>
<listenFor>Abrir iTunes</listenFor>
<listenFor>iTunes</listenFor>
<waitFor seconds="0.5" />
<run command="C:\Program Files\iTunes\iTunes.exe"/>
<waitFor seconds="0.2" />
<speak>Abriendo iTunes Seor</speak>
</command>
<command>
<listenFor>Yarvis Abrir Cinema 4D</listenFor>
<listenFor>Abrir Cinema 4D</listenFor>
<listenFor>Cinema 4D</listenFor>
<waitFor seconds="0.5" />
<run command="C:\Program Files\MAXON\CINEMA 4D
R14\CINEMA 4D 64 Bit.exe"/>
<waitFor seconds="0.8" />
<speak>Abriendo Cinema 4D Seor</speak>
</command>

COMANDOS PARA ABRIR CARPETAS:

<command>
<listenFor>Yarvis Abrir Mis Documentos</listenFor>
<listenFor>Abrir Mis Documentos</listenFor>
<listenFor>Mis Documentos</listenFor>
<waitFor seconds="0.5" />
<run command="C:\Users\JORGE\Documents"/>
<waitFor seconds="0.8" />
<speak>Sus Documentos Seor</speak>
</command>

<command>
<listenFor>Yarvis Abrir Mi Carpeta de Msica</listenFor>
<listenFor>Abrir Mi Msica</listenFor>
<listenFor>Mi Msica</listenFor>
<waitFor seconds="0.5" />
<run command="C:\Users\JORGE\Music"/>
<waitFor seconds="0.8" />
<speak>Su Carpeta de Msica Seor</speak>
</command>

COMANDOS PARA ABRIR FOTOS:

<command>
<listenFor>Yarvis Abrir Foto de Mariposas</listenFor>
<listenFor>Abrir Foto de Mariposas</listenFor>
<listenFor>Foto de Mariposas</listenFor>
<waitFor seconds="0.5" />
<run command="C:\Users\JORGE\Pictures\2.JPG"/>
<waitFor seconds="0.8" />
<speak>Mostrando Foto De Mariposas Seor</speak>
</command>

<command>
<listenFor>Yarvis Abrir Foto de Leopardo</listenFor>
<listenFor>Abrir Foto de Leopardo</listenFor>
<listenFor>Foto de Leopardo</listenFor>
<waitFor seconds="0.5" />
<run command="C:\Users\JORGE\Pictures\10.JPG"/>
<waitFor seconds="0.8" />
<speak>Mostrando Foto De Leopardo Seor</speak>
</command>

COMANDOS PARA ABRIR VDEOS:

<command>
<listenFor>Yarvis Ver Vdeo Diggy Down</listenFor>
<listenFor>Ver Vdeo Diggy Down</listenFor>
<listenFor>Inna Diggy Down</listenFor>
<waitFor seconds="0.5" />
<run command="E:\Peliculas\Videos\Inna\INNA - Diggy
Down feat Yandel.MP4"/>
<waitFor seconds="0.8" />
<speak>Mostrando Vdeo de Inna Diggy Down, su fecha de
lanzamiento 9 de Diciembre del ao 2014 por Marian Hiil y
play win.
para su Album Latinna, le acompaa en este vdeo
Yandel</speak>
</command>

<command>
<listenFor>Yarvis Ver Vdeo We Wanna</listenFor>
<listenFor>Ver Vdeo We Wanna</listenFor>
<listenFor>Inna We Wanna</listenFor>
<waitFor seconds="0.5" />
<run command="E:\Peliculas\Videos\Inna\Alexandra Stan e
INNA - feat Daddy Yankee - We Wanna.MP4"/>
<waitFor seconds="0.8" />
<speak>Mostrando Vdeo de Inna We Wanna, su fecha de
lanzamiento 8 de junio del ao 2015 por play win.
para su Album Latinna, le acompaan en este Vdeo,
Alexandra Stan y el rapero Daddy Yankee</speak>
</command>

COMANDO PARA LIMPIAR TU PAPELERA:

<command>
<listenFor>[Jarvis] Limpiar Papelera</listenFor>
<listenFor>[Jarvis] Vaciar Papelera</listenFor>
<sendKeys>^{WIN}</sendKeys>
<run command="C:\NIRCMD\nircmd.exe"
params="nircmd.exe emptybin"/>
<speak>Papelera Limpia Seor</speak>
<waitFor seconds="0.2"/>
<sendKeys>^{WIN}</sendKeys>
</command>

También podría gustarte