πExe Executor

π Description
Executes .exe files with optional advanced input options
Path
Input Example: "C:\Example\Example\Example.exe"
Command Line Arguments
Optionally launches the .exe with input arguments
Example: β \n,C:\Example\Example\β (When inputted for explorer.exe it opens it with a specific path for example)
Launch Minimized
Launches the process minimized if it supports launching minimized
Launch in Background
Launches the process in the background if it supports launching in the background (Will override 'Launch Minimized')
Determines the priority this program has to launch. (Low priority = Other processes with higher priority can limit this process when the computer is overloaded)
Successfully Executed
Returns false if the path was not found, Windows is not used or the execution failed
Last updated