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 / ATFILE.TXT < prev    next >
Text File  |  1992-08-13  |  2KB  |  51 lines

  1.                                     AT-FILE FORMAT [DUAL MODE]
  2.      
  3.      NAME AT  FILE FORMAT  - This  document describes  the at-
  4.      commands file format
  5.      
  6.      SYNTAX
  7.      
  8.      # comment line
  9.      ; comment line
  10.      CONTINUE
  11.      QUIT
  12.      BREAK
  13.      time command
  14.      +time command
  15.      
  16.      USAGE
  17.      
  18.      At can  be given its arguments in a file. You can comment
  19.      out  lines   by  preceding  them  with  either  #  or  ;-
  20.      characters. This  is an  easy way  to temporarily disable
  21.      some commands.
  22.      
  23.      The CONTINUE-command  is most  useful at  the end  of the
  24.      file. When  this command  is read,  the file  is  started
  25.      again from the beginning. You can use it situations where
  26.      the machine  is not  shut down for the night and you want
  27.      to run some commands every day.
  28.      
  29.      When the  QUIT or BREAK keywords are recognized, the file
  30.      is immediately closed and the at-command stopped.
  31.      
  32.      The file  formats are  identical to  the at-command.  Two
  33.      time formats  are supported.  The first list the absolute
  34.      time  in  hh:mm:ss  -format,  where  hh=hour,  mm=minute,
  35.      ss=second. The time is parsed from left to right. That is
  36.      a two  part time  represents hh:mm  and a  one part  time
  37.      represents hours only.
  38.      
  39.      The second  format is given relative to the current time.
  40.      This format is identical to the first format, except that
  41.      it starts with a plus (+).
  42.      
  43.      EXAMPLES
  44.      11:00:00 popup "\n\n Lunch!"
  45.      13:00:00 popup "Call George"
  46.      17:00:00 popup "\n\n The day is done."
  47.      
  48.      
  49.      SEE ALSO
  50.      until, at
  51.