home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / windows / win_12 / amsoft.iii next >
Text File  |  1997-02-01  |  2KB  |  76 lines

  1. ======= GMT Clock for Windows(TM) Instructions =========================
  2.  
  3. SHAREWARE VERSION: Compatible with Microsoft(R) Windows(TM) 3.0 & 3.1
  4.  
  5. Files Needed-
  6. GMT.EXE         Program file
  7. GMT.HLP         Help file
  8. GMT.TXT         This file
  9. GMTORDER.TXT    Order form
  10.  
  11. Files Needed For Setup
  12. SETUP.EXE
  13. SETUP.INF
  14. METER.DLL
  15.  
  16.  
  17. Setting Up GMT Clock
  18.  
  19. 1) Change the AUTOEXEC.BAT file (if necessary) to add the 
  20. timezone environment variable.
  21.  
  22.     SET TZ=EST5EDT  (Default)
  23.  
  24. 2) Start Microsoft(R) Windows(TM)
  25.  
  26. 3) Using the setup program provided on the distribution disk, install the 
  27.    program files.
  28.  
  29.     A:SETUP.EXE
  30.  
  31. 4) Troubleshooting
  32.     
  33.     Error Messages
  34.  
  35.     "Out of Environment Space"
  36.     * See your DOS manual for the procedure to correct this error
  37.     
  38.     "No System Timers Available"
  39.     * Windows(TM) allows a maximum of 16 timers to be active at one time.
  40.       GMT Clock uses 1 timer.  If you get this error, close some other 
  41.       applications so that a timer will become available.
  42.  
  43.     "TimeZone Environment Variable Not Set"
  44.     * GMT Clock uses the 'TZ' Environment variable to calculate GMT time.  
  45.       See Setting Up for a description of how to add this to your system.
  46.  
  47.  
  48.  
  49.  
  50. *Time Zone Environment Variable
  51.  
  52. This is the format of the TZ environment string: 
  53.  
  54. TZ = zzz[+/-]d[d][lll]
  55.  
  56.  Component      What It Represents
  57. zzz             Three-character string representing the name 
  58. of the current   time zone. All three characters  are required. 
  59. (EST=Eastern Standard Time, CST=Central Standard Time, 
  60. etc.) 
  61. [+/-]d[d]       Required field containing an optionally signed 
  62. number with  1 or more digits.   This number is  the local time 
  63. zone's difference from GMT in hours.   
  64. -       Positive numbers adjust westward from GMT.   
  65. -       Negative numbers adjust eastward from GMT.   
  66.  
  67. This number is used in the calculation of timezone.  
  68. lll     Optional three-character field that represents  the local  
  69. time zone's daylight saving time.   
  70. -       If this field is present, daylight savings is in effect.     
  71. -       If this field is absent, daylight savings is NOT in effect.   
  72. If the TZ environment string isn't present or isn't in the specified 
  73. form, it  presumes a default TZ = "EST5EDT" for the purpose 
  74. of  caculating GMT time.  
  75.  
  76.