home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / demon / amstrad / clock.arc / CLOCK.DOC < prev    next >
Encoding:
Text File  |  1993-05-20  |  2.5 KB  |  43 lines

  1. CLOCK - For Amstrad PCW and Spectrum +3                 J. Elliott, 20 May 1993.
  2. ================================================================================
  3.   CLOCK is a program to increase the usefulness of the PCW's built-in clock.
  4. People who will find this useful are those who use the SCA mk2 interface (with
  5. the battery clock) and those who datestamp files. A Spectrum +3 version called
  6. P3CLOCK is also included.
  7.   +3 users should use P3CLOCK.COM rather than CLOCK.COM, and IP3CLOCK.BAS rather
  8. than ICLOCK.BAS.
  9.  
  10.   When CLOCK is running, the time is shown in the bottom left-hand corner of
  11. the screen, on the status line. If the status line is turned off, the clock
  12. will also disappear.
  13.  
  14.   Before using CLOCK, type BASIC ICLOCK to install the clock program. THE
  15. PROGRAM MUST BE INSTALLED BEFORE USE! It is also wise to reinstall it if you
  16. change your PCW or the version of CP/M you are using (eg 9512 users may upgrade
  17. from v2.1 to v2.2 so they can use an external printer without the daisywheel
  18. attached). Spectrum +3 users may wish to reinstall the clock to change the
  19. colour it is displayed in.
  20.  
  21.   When CLOCK has been installed, the current system time will be shown and
  22. updated. If the computer is busy (eg using the disc drive) the internal clock
  23. will keep time but the clock onscreen will stop until the computer has finished
  24. (whereupon the screen clock will catch up).
  25.  
  26.   Type CLOCKDEL to remove the CLOCK extension from memory.
  27.  
  28.   You must not load CLOCK when GET or SUBMIT are active. This means that you can
  29. use CLOCK in PROFILE.SUB *ONLY*, repeat, *ONLY*, if it is the last command.
  30. Similarly, CLOCKDEL must not be run from within a SUB file. Otherwise, the two
  31. programs will interact in an unpleasant way; memory will be made inaccessible;
  32. the clock will not be updated properly and the computer may well crash.
  33.   There is a solution: run CLOCK and CLOCKDEL from the program SUPERSUB.COM
  34. in PROGS.ARK, rather than SUBMIT.COM. SUPERSUB has fewer features than SUBMIT,
  35. but since it is less complicated it doesn't cause problems with CLOCK.
  36.  
  37.   Spectrum +3 users: There is a warning on p280 of the manual that the clock is
  38. not very accurate. My own experiments suggest that the clock takes 1⌐ minutes
  39. of real time to advance by 1 minute. This experiment was conducted with the
  40. computer showing the A> prompt.
  41. ________________________________________________________________________________
  42.  
  43.