home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / utils / txtutl / notepad.lbr / NOTEPAD.DOC next >
Encoding:
Text File  |  1985-04-14  |  3.4 KB  |  94 lines

  1.  
  2. NOTEPAD DOCUMENTATION - by Steve Strommen, 12/31/83
  3.  
  4. ABSTRACT
  5.  
  6. NOTEPAD is designed to give you an easy way to create, modify,
  7. store and print short notes to yourself with a minimum of effort. 
  8. This documentation should help you get started using NOTEPAD
  9. immediately.
  10.  
  11. Notes can be used to provide online documentation for other files
  12. on a disk, or can be used just to jot down ideas or a things to
  13. do list.  In any case, each note is up to 20 lines long, and a
  14. directory is kept of all notes on a disk and the date that they
  15. were last saved to disk.  Editing a note is very easy because all
  16. four cursor keys and several control keys are defined.
  17.  
  18. OPERATING INSTRUCTIONS
  19.  
  20. Each time NP is run, you are prompted for the current date.  The
  21. month, day and year should each be enterred as numbers, and the
  22. year should be only the last two digits of the current year.
  23.  
  24. After the date is entered, a menu is displayed on which the
  25. following selections appear:
  26.  
  27. F - Find a note.  This is used to retrieve a note from the disk
  28. and display it on the screen for viewing, revision, or printing. 
  29. You will be prompted for the name of the note, and your answer
  30. must correspond with a note name in the directory (see D below). 
  31. If the name you enter does not exist in the directory, a message
  32. will say so.
  33.  
  34. N - Start a new note.  This is used to start editing a new note
  35. that does not yet appear in the directory.  You will be prompted
  36. for a name.  A default name is provided; it is the current date. 
  37. After you provide the name, you get 20 blank lines on the screen
  38. in which to write your note.
  39.  
  40. Z - Discard (zap) a note.  This removes the note from the
  41. directory and from the diskette.  You will be prompted for a
  42. name; if your answer is not in the directory, nothing will
  43. happen. 
  44.  
  45. D - Display notebook contents.  This displays a list of names of
  46. notes and the date they were saved to disk.  Pay attention to
  47. which letters in a notename are uppercase and lowercase.  Help is
  48. different from HELP is different from help.
  49.  
  50. R - Rename a note.  This renames a note on the diskette and in
  51. the directory.  You will be prompted for a note name.
  52.  
  53. ***IMPORTANT***
  54.  
  55. To terminate the program, you must press ESC while the main menu
  56. is displayed.
  57.  
  58. ***************
  59.  
  60. Several control keys are defined while NOTEPAD is editing a note.
  61.  
  62. 1. Cursor keys:
  63.    ctl-h: back one space
  64.    ctl-j: down one line
  65.    ctl-k: up one line
  66.    ctl-l: forward one space
  67.  
  68.    ctl-a: to far left
  69.    ctl-e: to far right
  70.    ctl-t: to top
  71.    ctl-b: to bottom
  72.  
  73. 2. Insert and delete:
  74.    DEL: delete previous character
  75.    ctl-o: insert a blank line
  76.    ctl-c: delete a line
  77.    ctl-r: toggle insert mode on/off.  Note that insert mode is
  78.      not very fast and may drop characters.  Also, there is no
  79.      word wrap at the end of a line.  Normal mode is to overwrite.
  80.  
  81. 3. Utility
  82.    ctl-s: save note to disk with default file extension .TXT.
  83.    ctl-p: print note to list device
  84.    ESC:   return to the main menu - NOTE NOT SAVED
  85.    RETURN: Cursor to beginning of next line
  86.  
  87. A NOTE ABOUT FILES
  88.  
  89. Notes are always stored on and read from the default disk. 
  90. NOTEPAD itself need not be on the default disk, but it uses a
  91. directory file called NOTE.DIR which is created on the default
  92. disk if it is not already there.  It is recommended that notes
  93. not be named with a disk prefix like b: because this could cause
  94. confusion.  in