Skip to content

22.06.28-preview

Latest
Compare
Choose a tag to compare
@baykovr baykovr released this 29 Jun 05:16

About

This patch adds a new feature, the process start action.
This action type simply passes and executes the configured command string as "cmd.exe /C {processCommand".
For complex operations, I recommend having this action execute a batch script.

Examples:

notepad.exe
C:\Program Files\Mozilla Firefox\firefox.exe
notepad.exe C:\Users\src\github.com\AVPI\GAVPI\GAVPI\bin\Release\NAudio.xml

image