Usage:
/AT [-v] [date] time commands
Commands will be executed at date and time. Date must be of the form "year-month-day" or "month-day", where year may be 2 or 4 digits. Time must be of the form "hours:minutes" or "hours:minutes:seconds", where hours is between 0 and 23, and seconds may be specified to the nearest microsecond. If any part of the date is omitted, it defaults to the nearest value for which date and time are in the future. For example, if the current time is 16:00, then an argument of "15:00" means 15:00 tomorrow, and "17:00" means 17:00 today.
Examples:
/at 04-01 00:00:00
/echo Happy April Fools Day!
/def lunch_reminder =
/at 12:00
/echo Lunchtime!%%;
/lunch_reminder
See: processes, /repeat, /quote