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 / AT.TXT < prev    next >
Text File  |  1992-08-13  |  1KB  |  40 lines

  1.                                                 AT [DUAL MODE]
  2.      
  3.      NAME AT - Start a program at a specified time.
  4.      
  5.      SYNTAX
  6.      
  7.      at OR
  8.      at time "command with parameters" OR
  9.      at /F at-file
  10.      
  11.      USAGE
  12.      
  13.      At is  used to start programs at a given time of the day.
  14.      It support  two time formats. The first list the absolute
  15.      time  in  hh:mm:ss  -format,  where  hh=hour,  mm=minute,
  16.      ss=second. The time is parsed from left to right. That is
  17.      a two  part time  represents hh:mm  and a  one part  time
  18.      represents hours only.
  19.      
  20.      The second  format is given relative to the current time.
  21.      This format is identical to the first format, except that
  22.      it starts with a plus (+).
  23.      
  24.      At can  also be  given a  list of  times and command in a
  25.      file. The  filename is given with the /F option. When the
  26.      command line  is empty, the at command reads its input by
  27.      default from the at.dat-file.
  28.      
  29.      EXAMPLES
  30.      1) Start dir command 10 seconds from now.
  31.      at +00:00:10 dir
  32.      2) Tell me to go to dinner a eleven o'clock.
  33.      at 11:00 "popup The time has come foor all good men to go
  34.      to the aid of their cafeteria."
  35.      
  36.      
  37.      
  38.      SEE ALSO
  39.      until, AT-file format
  40.