home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_300 / 376_01 / os2tool.000 / ALARM.TXT < prev    next >
Text File  |  1992-08-13  |  1KB  |  36 lines

  1.                                              ALARM [OS/2 ONLY]
  2.      
  3.      NAME ALARM  - Show  an alarm  to the  user at a specified
  4.      time.
  5.      
  6.      SYNTAX
  7.      
  8.      alarm [/H | /?]OR
  9.      alarm time "message with \n between lines" OR
  10.      alarm /F alarm-file
  11.      
  12.      USAGE
  13.      
  14.      Alarm is  used to  show the  user alarm popup messages at
  15.      requested times.  You can  for example use it to create a
  16.      to-do list  for each  day, and  have  it  remond  you  of
  17.      activities.
  18.      
  19.      Alarm can  read the  time and  message  either  from  the
  20.      command line  or from  a file.  The format  supported for
  21.      time are  the sama as for the at-command. First format is
  22.      given in  hh:mm:ss and  the second  format is  +hh:mm:ss,
  23.      where time is relative to the current time.
  24.      
  25.      Different lines  of the  messages are  separated with \n.
  26.      This is  true both  for messages  on the command line and
  27.      for messages in a file.
  28.      
  29.      EXAMPLES
  30.      1) Alarm me at 14:00 about a meeting
  31.      detach alarm 13:45 "\nTime to leave for meeting!\n"
  32.      
  33.      
  34.      SEE ALSO
  35.      at, alarm-file format
  36.