Shell Commands/WaitX

From MorphOS Library

Revision as of 13:36, 7 March 2015 by JPV (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

WaitX- Waits for an amount of time and then executes the given command line

D=DATE/K, T=TIME/K, YR=YEARS/K/N, MN=MONTHS/K/N, DY=DAYS/K/N, H=HOURS/K/N, M=MINS/K/N, S=SECS/K/N, L=LOOP/K/N, A=ALWAYS/S, V=VERBOSE/S, CMDLINE/F

DATE    - Wait until DATE (DD/MM/YYYY) has been reached.
TIME    - Wait until TIME (HH:MM:SS) has been reached.
YEARS   - How many years to wait.
MONTHS  - How many months to wait.
DAYS    - How many days to wait.
HOURS   - How many hours to wait.
MINS    - How many minutes to wait.
SECS    - How many seconds to wait.
LOOP    - How many times to execute commandline.
ALWAYS  - Execute commandline every set interval/time/date.
VERBOSE - Print extra info on what WaitX is doing.
CMDLINE - Command line to be executed