Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.79 KB

File metadata and controls

14 lines (11 loc) · 1.79 KB

UI

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.

Console

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" Shutdown
Linux:
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" LogOff
Linux:
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" Reboot
Linux:
systemd-inhibit /usr/local/butil/butilc "Task=My task name" Reboot
Executes the task and reboots the PC.