SystemReboot

From wiki.amiga.org
Revision as of 14:10, 17 June 2017 by Admin (talk | contribs) (Created page with "== Introduction == {| |- |File:SystemReboot_Icon.png SystemReboot is a command that is used to restart the operating system either by using hard reset or soft reset metho...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction

SystemReboot Icon.png

SystemReboot is a command that is used to restart the operating system either by using hard reset or soft reset methods.

It can be used either from the CLI as a regular text command or alternatively from the Workbench screen in GUI mode

commands/SystemReboot

NAME

SystemReboot - Reboot the system after a delay. A requester is displayed allowing the user to cancel before the timeout


FORMAT

SystemReboot [TIMEOUT <n>] [SOFT] [CRITICAL <n>] [GUI]


TEMPLATE

"SOFT/S,TIMEOUT/K/N,CRITICAL/K/N,GUI/S"

FUNCTION


OPTIONS

SOFT/S Attempt a soft reset if set, other wise a full system reset wil be Performed

TIMEOUT/K/N Wait for this number of seconds nefore rebooting

CRITICAL/K/N Set the time when apps a sent the quit message and the progress bar turns red to indicate the user has only a short time to abort the reboot.

GUI/S Open the GUI. When launched from the shell by default the countdown will be printed to the console, and can be interupted with a CTRL-C. Adding the GUI swich, will force the opening of the requester window instead. When started from Workbench the requester window always opens and this option is ignored.