# Command List

## SHELL

- **"Open Skype"**  
  *"Loading Skype for you"*  
  Starts `...\skype.exe`

- **"Play CSGO"**  
  *"Enjoy your game"*  
  Starts `steam://rungameid/730`[1](/content/software/jarvis-lite/examples#footnotes/index.html)

- **"Start Excel"**  
  *"Running Excel"*  
  Starts `...\excel.exe`

- **"Open my emails"**  
  *"Right away"*  
  Starts `https://www.outlook.com`

- **"Launch Steam"**  
  *"Bringing it up"*  
  Starts `steam:`[1](/content/software/jarvis-lite/examples#footnotes/index.html)

- **"Play a song"**  
  *"Ready to groove"*  
  Starts `[random]...\MySongs`[3](/content/software/jarvis-lite/examples#footnotes/index.html)

- **"Let me send an email"**  
  *"Of course"*  
  Starts `mailto:`

- **"Show me my photos"**  
  *"Here they are"*  
  Starts `...\Pictures`

- **"Shutdown now"**  
  *[none]*[2](/content/software/jarvis-lite/examples#footnotes/index.html)*  
  Starts `shutdown`

## TERMINATION

- **"Close PowerPoint"**  
  *"Closing PowerPoint"*  
  Closes `powerpnt.exe`

- **"Quit Rainmeter"**  
  *[none]*[2](/content/software/jarvis-lite/examples#footnotes/index.html)*  
  Closes `rainmeter.exe`

- **"Exit notepad"**  
  *"Exiting notepad"*  
  Closes `notepad.exe`

## SOCIAL

- **"How are you?"**  
  *"I'm great as always"*

- **"What is your name?"**  
  *"My name is Jarvis"*

- **"Motivate me"**  
  *"Just do it!"*

## HOTKEY

- **"Close window"**  
  *"Closing this window"*  
  Emulates `Alt + F4`

- **"Brush tool"**  
  *"Brush selected"*  
  (Adobe Photoshop)  
  Emulates `B`

- **"Undo"**  
  *[none]*[2](/content/software/jarvis-lite/examples#footnotes/index.html)*  
  Emulates `Ctrl + Z`

---

### Notes:

1. There are numerous system-wide commands available that interact with Steam. For more Steam-related commands, see the following wiki to learn about the Steam browser protocol: [https://developer.valvesoftware.com/wiki/Steam_browser_protocol](https://developer.valvesoftware.com/wiki/Steam_browser_protocol).
2. Using `[none]` as a response in any shell, termination, or hotkey command will prevent Jarvis from responding.
3. Using `[random]` before a directory in a shell command location randomly selects one file inside to launch.
