home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / turbodos / timecl12.lbr / TIMECL.DOC next >
Encoding:
Text File  |  1985-02-10  |  2.0 KB  |  78 lines

  1. TIMECL - a TurboDOS extension
  2.  
  3. Written 08/23/83 by S. Kluger (ESKAY Software)
  4. Edited  08/25/84
  5. Edited  08/28/84 (fixed problem with prompt suppression in 1.4)
  6.  
  7. Placed into the Public Domain, for all TurboDOS users to share.
  8. This extension may be incorporated into the TurboDOS operating
  9. system by any licensed user of TurboDOS.
  10. Commercial use of this module is granted, provided the author is
  11. notified of the commercial use of the module.
  12.  
  13.  
  14. TIMECL is an extension to the TurboDOS command interpreter which
  15. displays the current time (hours and minutes) as well as the
  16. local station letter in the command line.
  17. The time is not updated, but rather it is the time at which the command
  18. prompt was displayed by the system.
  19.  
  20. Example:
  21.  
  22. Without TIMECL:
  23.  
  24. 0A}7C:
  25. 7C}DIR
  26. ...    (detail left out)
  27. 7C}
  28.  
  29. With TIMECL installed:
  30.  
  31. [11:03 A] 0A}7C:
  32. [11:06 A] 7C}DIR        (we see 3 minutes elapsed since last activity)
  33. ...    (detail left out)
  34. [11:06 A] 7C}MASTER
  35.  
  36. Console attached to master procesor
  37.  
  38. [11:07 @] 0A}
  39.  
  40. The time is displayed in 24-hour format HH:MM.
  41.  
  42. The station letter is displayed after the time and is '@' if single user
  43. system or logged into the master processor, or the station letter 'A'..'P'
  44. of the slave used (if multiuser).
  45.  
  46. NOTE: This is version 1.1 of TIMECL. Previous versions are obsolete.
  47.       TIMECL is version independent as of ver 1.1 and has been tested
  48.       under version 1.30 and 1.40.
  49.  
  50. INSTALLATION:
  51.  
  52. Installation of TIMECL is very straightforward and requires 3 steps:
  53.  
  54. 1. Include TIMECL in your GEN file(s)
  55. 2. Add the following line to your .PAR file(s)
  56.    CMDINT + 0C = TIMECL
  57. 3. Re-GEN your system
  58.  
  59.  
  60. Note to OEMs:
  61.  
  62. 1. TIMECL is in the public domain and neither is nor should be serialized.
  63. 2. Please notify the author of commercial use (there are NO license fees)
  64.  
  65.     S. Kluger
  66.     7120 Skillman #2104
  67.     Dallas TX 75231
  68.  
  69.  
  70. NOTE: TurboDOS is a Trademark of and copyrighted by SOFTWARE 2000
  71.  
  72. ut)
  73. [11:06 A] 7C}MASTER
  74.  
  75. Console attached to master procesor
  76.  
  77. [11:07 @] 0A}
  78.