home *** CD-ROM | disk | FTP | other *** search
/ CICA 1995 May / cica_0595_4.zip / cica_0595_4 / UTIL / ACTSNT / README.TXT < prev   
Text File  |  1994-12-11  |  3KB  |  69 lines

  1.                                 Overview
  2.  
  3. Somar ACTS is a program for Windows NT and Windows 95 that allows you to set
  4. the internal clock of your computer with accurracy of about a second, using
  5. either the National Institute of Standards and Technolog (NIST) or United 
  6. States Naval Observatory (USNO) time source. It dials the time source with a
  7. modem, receives the current time, and uses that time to set your computer's time.
  8.  
  9. Note: There is a known bug with Windows 95 concerning daylight savings time. A
  10. workaround is to disable the "automatic adjust for daylight savings time" option 
  11. using the Date/Time applet of Control Panel. This bug should be fixed by the
  12. time daylight savings time starts again in April 1995.
  13.  
  14. There are programs similar to Somar ACTS for Windows 3.1 and DOS, but these will 
  15. not work under Windows NT, because Windows NT requires a program to have the 
  16. SetSystemTime privilege in order to set the internal clock, and programs do 
  17. not have this privilege by default. 
  18.  
  19. Somar ACTS is normally run using a GUI dialog, but can also be run as a batch 
  20. program. The batch option is especially useful when using the AT command to
  21. schedule Somar ACTS to be run late each night.
  22.  
  23.                         Copyright/License/Registration
  24.  
  25. Somar ACTS (TM) is Copyright ⌐ 1994 Somar Software, All Rights Reserved.
  26. Send problem reports and comments to 72202.2574@compuserve.com.
  27.  
  28. Somar ACTS is Shareware. You may try it for a period of 21 days. After this 
  29. trial period, you must either pay a $10 registration fee or delete Somar ACTS 
  30. from your computer. See the Somar ACTS online help for complete license and 
  31. registration details and disclaimer of warranty.
  32.  
  33.                                  Installation
  34.  
  35. Place ACTSNT.EXE and ACTSNT.HLP together in any directory. ACTSNT.HLP 
  36. contains details on how to use Somar ACTS, including modem setup. The first 
  37. time ACTSNT.EXE is run, it will create some registry entries. These registry
  38. changes are described in ACTSNT.HLP. Somar ACTS does not make any other 
  39. changes to your system.
  40.  
  41. Complete uninstallation instructions are contained in ACTSNT.HLP.
  42.  
  43.                            What's New in Version 1.4
  44.  
  45. Use combo box instead of list box in setup dialog, to support non-standard
  46. comm ports, such as those on a digiboard adapter. Make compatible with 
  47. Windows 95.
  48.  
  49.                            What's New in Version 1.3
  50.  
  51. Fix bug in batch execution (using AT command). Jobs executed by AT command
  52. run using the LOCAL_SYSTEM account. Somar ACTS was storing setup values in
  53. HKEY_CURRENT_USER. So when started using AT command, Somar ACTS always picked
  54. up default values. Fix was to move registry entry to HKEY_LOCAL_MACHINE so
  55. all users (including LOCAL_SYSTEM account) share registry entry.
  56.  
  57.                            What's New in Version 1.2
  58.  
  59. Show error event log entry as error instead of information. Do not display 
  60. message box if error during batch execution. Show reason for error in event
  61. log entry. Change name from ACTS-NT to Somar ACTS. 
  62.  
  63.                            What's New in Version 1.1
  64.  
  65. Fix bug where Open Error message box appeared behind main windows instead
  66. of in front. Show correct list of serial ports, instead of hardcoded COM1 
  67. thru COM4. Add batch execution parameter. Make 3 attempts to set time before
  68. giving up. Add event logging. Documentation improvements.
  69.