Impel Cycle System v1.3
=======================


How to Use the Command Line Parameters
--------------------------------------

cyclesys.exe /A[[:]action] [/T] [/C] [/M[[:]minimize]]

  Action (required)
    /A:S   Shut down Windows
    /A:L   Logoff Windows
    /A:R   Restart Windows

  Termination (optional)
    /T     Force termination of open apps/files, if not selected open
           apps/files will be queried before termination (default)

  Confirmation (optional)
    /C     Confirmation is requested before proceeding, if not
           selected confirmation is not requested (default)

  Minimize (optional)
    /M:ST  Minimize to Windows' System Tray
    /M:TB  Minimize to Windows' Taskbar


Examples:

  cyclesys.exe /as /t
    Shuts down and terminates open apps/files

  cyclesys.exe /al /c
    Requests confirmation before logging off

  cyclesys.exe /as /t /mtb
    Shuts down, terminates open apps/files and minimizes to Taskbar

  cyclesys.exe /ar /c /mst
    Restarts, requests confirmation and minimizes to System Tray


Parameters are not case-sensitive and may be used in any order.
There are no screen displays unless the confirmation option is
selected.

[] = optional
:  = not required
