baykovr / AVPI

an open source voice command macro software
https://baykovr.github.io/gavpi.html
GNU General Public License v3.0
198 stars 42 forks source link

Add Process Start Action #83

Open baykovr opened 2 years ago

baykovr commented 2 years ago

A new type of action which executes an arbitrary command string. The configured string is passed as-is to cmd.exe /C with no validation or checking, to be used to launch applications.

Example inputs:

notepad.exe
C:\Program Files\Mozilla Firefox\firefox.exe
notepad.exe foo.txt

71