| Example | Description |
|---|---|
Windows:butil-ui.Desktop.exe LaunchTask "Task=My task name"Linux: systemd-inhibit /usr/local/butil/butil-ui.Desktop LaunchTask "Task=My task name" & |
Launches specified task. |
| Example | Description |
|---|---|
Windows:butilc.exe "Task=My task name"Linux: systemd-inhibit /usr/local/butil/butilc "Task=My task name" |
Executes the task. |
Windows:butilc.exe "Task=My task name" ShutdownLinux: systemd-inhibit /usr/local/butil/butilc "Task=My task name" Shutdown |
Executes the task and shutdowns the PC. |
Windows:butilc.exe "Task=My task name" LogOffLinux: systemd-inhibit /usr/local/butil/butilc "Task=My task name" LogOff |
Executes the task and ends the user session. |
Windows:butilc.exe "Task=My task name" RebootLinux: systemd-inhibit /usr/local/butil/butilc "Task=My task name" Reboot |
Executes the task and reboots the PC. |