home *** CD-ROM | disk | FTP | other *** search
/ Play and Learn 2 / 19941.ZIP / 19941 / EDUCMISC / TOUCTYPE / PC-TOUCH.DOC < prev    next >
Encoding:
Text File  |  1994-02-04  |  5.3 KB  |  111 lines

  1.  
  2.                                 P C - T O U C H
  3.  
  4.  
  5.  
  6.             (C) Copyright 1983, 1984, 1985, 1986 by Dean Hannotte
  7.                                                     318 East Sixth Street
  8.                                                     New York, NY 10003
  9.  
  10.      PC-TOUCH is a simple program with  a simple purpose: to help you  practice
  11. touch-typing.
  12.  
  13.      PC-TOUCH will display  on the screen  lines of text  for you to  type. You
  14. can't correct mistakes as you go  along, because that won't help you  learn how
  15. not to  make them  in the  first place.  Just do  the best  you can, and as you
  16. continue you will find yourself making fewer and fewer errors.
  17.  
  18.      As you are  typing, PC-TOUCH will  update statistics along  the bottom two
  19. rows of the screen. On the left you will see the total number of keystrokes and
  20. the total number of erroneous keystrokes. On the right you will see your typing
  21. accuracy as the percentage of keystrokes which have been correct, and your typ-
  22. ing speed in words per minute. The statistics on the left are updated  whenever
  23. you press any key, while those on the right are updated whenever you get to the
  24. end of a line.  Remember that when you  are just learning to  type, accuracy is
  25. more important than speed.
  26.  
  27.  
  28.      To use PC-TOUCH, just key in:
  29.  
  30.           [d:]pc-touch<enter>
  31.  
  32.           where:  [d:]              is the optional drive specification,
  33.                                     a single letter from a to h.
  34.  
  35.                   pc-touch          is the name of the program DOS will run.
  36.  
  37.                   <enter>           means press the ENTER key.
  38.  
  39.  
  40.      PC-TOUCH starts  by giving  you instructions  on how  to use  the program.
  41. Aside from the keys you will use to type the lines of text displayed, there are
  42. only three special keys recognized:
  43.  
  44.           ENTER -- Press this key when you get to the end of each
  45.                    line.
  46.  
  47.           ESC ---- Press this key when you are done with the program.
  48.  
  49.           F1 ----- Press this key when you want to stop typing for a
  50.                    while (for example, to answer the phone) and don't
  51.                    want to lose credit for the elapsed time during
  52.                    which nothing will be typed.  (When you are ready
  53.                    to restart, just press F1 a second time.)
  54.  
  55.      PC-TOUCH doesn't recognize any other special keys because the idea was  to
  56. practice touch-typing in a way that would be valid for ANY keyboard,  including
  57. ancient office typewriters you may be stranded with once in a while. (If enough
  58. people ask for more  sensitivity to the special  keys on the IBM/PC  [like INS,
  59. DEL and the cursor control keys], I'll be glad to include this in a future  re-
  60. lease.) PC-TOUCH should  work with any  display device that  supports 80-column
  61. output.
  62.  
  63.  
  64.      PC-TOUCH is distributed as four files:
  65.  
  66.           PC-TOUCH.DOC -- this file, containing documentation. The
  67.                           program doesn't need this file to operate, so
  68.                           you can ERASE, RENAME, or archive it.
  69.  
  70.           PC-TOUCH.EXE -- the compiled version of the program. You will
  71.                           need this because the interpreted version
  72.                           (PC-TOUCH.BAS) is not fast enough.
  73.  
  74.           PC-TOUCH.FIL -- the lines of text that you will type. The
  75.                           program needs this file to operate, so you must
  76.                           leave it in a drive addressed by one of the
  77.                           letters from A through H. PC-TOUCH will chose
  78.                           the first copy it finds if you have more than
  79.                           one. This file is an ordinary ASCII file, so
  80.                           you can change the material I've selected or
  81.                           replace it entirely using any ordinary text
  82.                           editor. Don't make any line longer than 79
  83.                           characters. After you've typed through the
  84.                           entire file, PC-TOUCH goes back to the
  85.                           beginning and you start over.
  86.  
  87.           PC-TOUCH.BAS -- the source program. You can use this to make
  88.                           your own modifications to the program, or just
  89.                           to get some ideas about how this kind of
  90.                           program is written. It cannot be used by itself
  91.                           (as an operand of BASICA), though, because it
  92.                           isn't fast enough.
  93.  
  94.  
  95.      Only the first three of these files are necessary. The source program  can
  96. be used  to make  your own  modifications, but  you will  have to compile it in
  97. order to get a version that's fast enough for typing. (If you got PC-TOUCH from
  98. a bulletin board and they  gave you the .BAS file  but not the .EXE file,  just
  99. let them know that they're packaging the program incorrectly.)
  100.  
  101.      PC-TOUCH has been  given free of  charge and "as  is" to the  New York IBM
  102. Personal Computer User Group (NYPC). Please share it with as many people as you
  103. like. If you'd like to suggest enhancements,  or just want to talk about it,  I
  104. can be reached at  (212) 674-5848 between 9AM  and 9PM. I hope  you enjoy using
  105. PC-TOUCH, and that it helps improve your typing speed.
  106.  
  107.  
  108.                                         Sincerely,
  109.  
  110.                                         Dean Hannotte
  111.