home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / games / atomcloc.zip / ACCUTIME.DOC next >
Text File  |  1987-09-02  |  6KB  |  134 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                                   ACCUTIME 1.0
  8.                          (c) 1987 by Software Associates
  9.   
  10.        ACCUTIME sets your system's time and date via a telephone modem time
  11.   service.  The service (202-653-0351) continuously sends the Universal time
  12.   and Julian day which is converted by ACCUTIME into your local time and date.
  13.   In addition, ACCUTIME can set your system's REAL time/date clock if you have
  14.   an IBM PCAT, PCXT-286, PC Convertible, or Clone equivalent.
  15.   
  16.        To use ACCUTIME, your system needs a Hayes compatible modem which can
  17.   operate at either 1200 or 300 baud.  When ACCUTIME is run, it dials the
  18.   service, then synchronizes with the transmitted time signal.  Once this
  19.   occurs, your system time and date is set.  ACCUTIME can work in two modes.
  20.   One mode calls the service, connects, sets your time/date, then hangs up.
  21.   The other mode calls the service, and continuously sets and displays the time
  22.   and date.
  23.   
  24.        ACCUTIME needs some information about your particular system and phone
  25.   service.  To use ACCUTIME, simply use the following syntax:
  26.   
  27.               ACCUTIME [Port Speed Dial Timezone Mode [REAL]]
  28.   
  29.   where the arguments have the following meaning:
  30.   
  31.   Port      The communication port to which your modem is connected.  Legal
  32.             values are COM1, COM2, COM3, and COM4.
  33.   
  34.   Speed     The information transfer rate you wish to use.  You may specify one
  35.             of two values: 300 or 1200.
  36.   
  37.   Dial      The dial string consists of two parts.  The first part, which must
  38.             be specified, tells ACCUTIME whether to use tone or pulse dialing.
  39.             This is done by using a 'T' or 'P' respectively.  You may also add
  40.             a prefix after the T or P for additional dialing instructions.  For
  41.             example, if you don't live in the (202) area code, you must place a
  42.             '1' after the dial type (ie. 'T1' or 'P1').  You may place any
  43.             legal modem command string after the T or P to suite your
  44.             particular system (see your modem reference manual).
  45.   
  46.   Timezone  The timezone enables ACCUTIME to correctly adjust the Universal
  47.             time and date to your particular region.  The Timezone is specified
  48.             by the three letters which represent your zone, as given below:
  49.   
  50.             EST -- Eastern Standard Time   EDT -- Eastern Daylight Time
  51.             CST -- Central Standard Time   CDT -- Central Daylight Time
  52.             MST -- Mountain Standard Time  MDT -- Mountain Daylight Time
  53.             PST -- Pacific Standard Time   EDT -- Pacific Daylight Time
  54.   
  55.   Mode      The mode tells ACCUTIME whether you want to just set the time and
  56.             date and hang up (SET), or continuously set and display the time
  57.             and date (CLOCK).  You must specify either 'SET' or 'CLOCK'.
  58.   
  59.   [REAL]    An optional argument which, if specified, will cause ACCUTIME to
  60.             set your computer's real time/date clock.  However, this option is
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.             available only if your hardware has a real clock. The IBM PCAT,
  74.             PCXT-286, PC Convertible and clones of these have the real time
  75.             clock.  If you specify 'REAL' and you don't have a real clock,
  76.             ACCUTIME will verify that you really want to attempt a real
  77.             time/date clock set.
  78.   
  79.   []        If you don't specify arguments, ACCUTIME will look for for the
  80.             environment variable ACCUTIME for the arguments above.  To set the
  81.             environment variable, simply put this line in your AUTOEXEC.BAT
  82.             file:
  83.   
  84.                      SET ACCUTIME=port speed dial timezone mode [REAL]
  85.   
  86.        If you don't specify arguments, or don't specify all the arguments,
  87.   ACCUTIME will give you an informative help screen.  When all arguments are
  88.   set properly, ACCUTIME will run with no additional user input needed.  If you
  89.   run ACCUTIME in CLOCK mode, press the <Esc> key to stop the clock.
  90.   
  91.   Examples:
  92.   
  93.        1.   Suppose you live in Denver and you want to set your office's file
  94.             server PC.  The PCAT is equipped with a 1200 baud modem on
  95.             communications port 1.  Also, in order to dial out on the tone
  96.             system, you must first dial 9, wait for dial tone, then dial the
  97.             long distance number.  To run ACCUTIME in this situation, you would
  98.             issue the following command at the DOS prompt (assume it is June):
  99.        
  100.                       ACCUTIME com1 1200 T9W1 mdt set REAL
  101.        
  102.        2.   You are conducting a laboratory experiment and you want to display
  103.             the correct time on the PCXT for a reference.  Your modem is on
  104.             communications port 2, and you are in Florida (it is winter).  You
  105.             are on a rotary direct-dial system.  You would type:
  106.        
  107.                       ACCUTIME com2 1200 P1 est clock
  108.        
  109.   *****************************************************************************
  110.   
  111.   ACCUTIME is copyrighted 1987 by Software Associates.  You may make copies of
  112.   ACCUTIME for your own use, and you may make copies for others.  However, you
  113.   may not make copies for sale, resale, or commercial use.  In order to
  114.   maintain, and update this software, we need your support.  If you find this
  115.   software useful, or would like the source code, send a check or money order
  116.   for 15$ to:
  117.   
  118.           Software Associates
  119.           6220 W. Airport Blvd.
  120.           Houston, Tx.  77035
  121.   
  122.   
  123.   ACCUTIME is a trademark of Software Associates.
  124.   IBM is a registered trademark of International Business Machines Corporation.
  125.   Hayes is a registered trademark of Hayes Microcomputer Products, Inc.
  126.   
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.