home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / use_t868.zip / USE_T868.DOC < prev   
Text File  |  1996-06-23  |  3KB  |  65 lines

  1. Here is how you can automate the synchronisation of your system clock
  2. with NIST or any of several other time reference sites using Norbert
  3. Deys program "Time868". This procedure is really only of value for
  4. those of us who dial into our Internet provider and log off after
  5. completing whatever task we needed to. If you are continuously
  6. connected just follow the instructions that come with Time868.
  7.  
  8. My contribution is detailing how I set up Time868 on my system.
  9.  
  10. The process is quite simple.
  11.  
  12. First, you need to unzip the file Time868b.zip into a directory of
  13. your choice. I created one called Time_Set under the tcpip directory
  14. where the IAK is installed on my system.
  15.  
  16. Now start Time868. The internal help should be adequate to explain how
  17. it works. For the purposes of this setup, you will check the box "Auto
  18. Run" and leave the setting "Initial Delay, secs" at 5. Do not check
  19. the box "Continuous". I suggest that at first you leave "Start
  20. Minimized" unchecked until you see that all is well. Once you are
  21. satisfied that things are working smoothly, having Time868 start
  22. minimized will make the whole process transparant.
  23.  
  24. The next step is to create the Rexx file "Linkup.CMD" in your
  25. ...\tcpip\bin directory that contains the following lines where
  26. X:\pathname is your systems drive and pathname to the file 
  27. TIME868.EXE:
  28.  
  29.         /**/
  30.         Parse Arg Prog
  31.         Linkup.exe "X:\pathname\TIME868.EXE"
  32.         Prog
  33.         Exit
  34.  
  35. The final step is to open the Settings Program page for each of
  36. your IAK programs, such as the Web Explorer, and insert "Linkup.CMD "
  37. at the very beginning of the Parameters field and replace
  38. "Linkup.EXE" with "PMREXX.EXE" in the Path and File name field.
  39.  
  40. The result should be that when you click on your Web Explorer icon,
  41. for example, Linkup.CMD will start and call Linkup.EXE to establish
  42. your internet connection. Linkup .EXE will then start Time868 as soon
  43. as your connection is complete. Time868 synchronises your system clock
  44. and exits. Web Explorer will then be started as the last task of
  45. Linkup.CMD before it exits.
  46.  
  47. One minor side effect is that for each internet program you set up 
  48. this way, Time868 will be initialized the first time that program is 
  49. started. This also creates a small separate setup and log file in the
  50. directory that that program is in when you start it.
  51.  
  52. The cool thing is that every time you log onto the interned or start 
  53. up a different program that uses that connection, you will
  54. re-sychronize your system clock to your chosen standard.
  55.  
  56. Tom Garson
  57. Ashland, Or.
  58. tgarson@auraltek.com
  59. // TEAM OS/2 //
  60.  
  61. As always, I (Tom Garson) can in no way be held liable or responsible
  62. for actions or consequenses arising out of use or misuse of these
  63. suggestions in regards to your computer or any other part of your life
  64. and times!
  65.