Plugin : NW.js extend
Author:Rex.Rainbow
Download
Actions
Process
Action:Run process
- Run a file, such as executing another program.
- Child name ( string ) : Name of child process.
- Path ( string ) : Enter the path of the file to execute. This can also include space-separated arguments. To execute a path with spaces in it, wrap in double-quotes (e.g. """C:\Program Files\file.exe""").
Conditions
Process
Condition:On child terminate
- Trigger when child process terminate
- Child name ( string ) : Name of child process.