home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 September / WIN95_09961.iso / time / ACTSNT.ZIP / README.TXT < prev   
Text File  |  1996-04-16  |  4KB  |  95 lines

  1. (v1.8) Somarsoft ACTS-set PC time via modem
  2. Windows NT/Windows 95 program that will dial 
  3. the NIST or USNO time source using a modem, 
  4. obtain the current time, and use this time 
  5. to set the time on your PC. Similar programs 
  6. designed for DOS will not work under NT 
  7. because of security issues. V1.8 accomodates
  8. USNO phone number change. Unregistered 
  9. version is fully functional. (US$10). 
  10. By Somarsoft, http://www.somarsoft.com
  11. ----------------
  12.  
  13.                                 Overview
  14.  
  15. Somarsoft ACTS is a program for Windows NT and Windows 95 that allows you to 
  16. set the internal clock of your computer with accurracy of about a second, using
  17. either the National Institute of Standards and Technolog (NIST) or United 
  18. States Naval Observatory (USNO) time source. It dials the time source with a
  19. modem, receives the current time, and uses that time to set your computer's time.
  20.  
  21. There are programs similar to Somarsoft ACTS for Windows 3.1 and DOS, but these 
  22. will not work under Windows NT, because Windows NT requires a program to have 
  23. the SetSystemTime privilege in order to set the internal clock, and programs 
  24. do not have this privilege by default. 
  25.  
  26. Somarsoft ACTS is normally run using a GUI dialog, but can also be run as a 
  27. batch program. The batch option is especially useful when using the AT command 
  28. to schedule Somarsoft ACTS to be run late each night.
  29.  
  30.                         Copyright/License/Registration
  31.  
  32. Somarsoft ACTS is Copyright ⌐ 1994-1996 by Somarsoft, All Rights Reserved.
  33. Send problem reports and comments to info@somarsoft.com.
  34. Visit the Somarsoft Web site at http://www.somarsoft.com.
  35.  
  36. Somarsoft ACTS is Shareware. You may try it for a period of 30 days. After this 
  37. trial period, you must either pay a $10 registration fee or delete Somarsoft ACTS 
  38. from your computer. See the Somarsoft ACTS online help for complete license and 
  39. registration details and disclaimer of warranty.
  40.  
  41.                                  Installation
  42.  
  43. Place ACTSNT.EXE and ACTSNT.HLP together in any directory. ACTSNT.HLP 
  44. contains details on how to use Somarsoft ACTS, including modem setup. The first 
  45. time ACTSNT.EXE is run, it will create some registry entries. These registry
  46. changes are described in ACTSNT.HLP. Somarsoft ACTS does not make any other 
  47. changes to your system.
  48.  
  49. Complete uninstallation instructions are contained in ACTSNT.HLP.
  50.  
  51.                            What's New in Version 1.8
  52.  
  53. Change USNO phone number that is hard-coded into setup dialog, to accomodate
  54. phone number change by USNO.
  55.  
  56.                            What's New in Version 1.7
  57.  
  58. Fix bugs introduced in V1.5 for certain high speed modems.
  59.  
  60.                            What's New in Version 1.6
  61.  
  62. Fix bugs introduced in V1.5 for NIST time source.
  63.  
  64.                            What's New in Version 1.5
  65.  
  66. Fixes bugs in handling BUSY and other error conditions on some modems.
  67.  
  68.                            What's New in Version 1.4
  69.  
  70. Use combo box instead of list box in setup dialog, to support non-standard
  71. comm ports, such as those on a digiboard adapter. Make compatible with 
  72. Windows 95.
  73.  
  74.                            What's New in Version 1.3
  75.  
  76. Fix bug in batch execution (using AT command). Jobs executed by AT command
  77. run using the LOCAL_SYSTEM account. Was storing setup values in HKEY_CURRENT_USER. 
  78. So when started using AT command, program always picked up default values. 
  79. Fix was to move registry entry to HKEY_LOCAL_MACHINE so all users (including 
  80. LOCAL_SYSTEM account) share registry entry.
  81.  
  82.                            What's New in Version 1.2
  83.  
  84. Show error event log entry as error instead of information. Do not display 
  85. message box if error during batch execution. Show reason for error in event
  86. log entry.
  87.  
  88.                            What's New in Version 1.1
  89.  
  90. Fix bug where Open Error message box appeared behind main windows instead
  91. of in front. Show correct list of serial ports, instead of hardcoded COM1 
  92. thru COM4. Add batch execution parameter. Make 3 attempts to set time before
  93. giving up. Add event logging. Documentation improvements.
  94.  
  95.