Command Line Parameters

Taskbar Timer can be set up directly from the command line using following command line parameters:

-s[X], where [X] is the number of seconds

-m[Y], where [Y] is the number of minutes

-m[Z], where [Z] is the number of hours

-d[Z], where [V] is the number of days

Example 1

The following command will set the alarm to go off at 2 hours and 30 minutes and 10 seconds from now.

ttimer -h2 -m30 -s10

Example 2

The following command sets the alarm to go off after 2 days.

ttimer -d2

Example 3

The following four commands are equivelent:

ttimer -d2
ttimer -h48
ttimer -m2880
ttimer -s172800