Metropoli BBS
VIEWER: dirnotes.new MODE: TEXT (ASCII)
                             Updates to DIRNOTES


  Summary:   Dirnotes provides a means for the DOS user to annotate his
             directories.  It automatically sorts directories by filename
             and keeps track of file additions and deletions.

             Upon execution, Dirnotes brings up an editible window for the
             user to enter comments next to filenames.  Upon exit the comments
             are saved in a file named DIRNxxxx.DAT.  (the xxxx's are deter-
             mined by the current pathname.)

             The original source code was released in a past issue of
             PC Magazine.


                      Code
  Revision  Date      Letter    Notes
  --------  --------  ------    --------------------------------------------

  1.00      05-19-87  none      Original release by M. Mefford - Original
                                  documentation not available

  1.10      10-15-89  *A        Redefined & added new edit keys as follows:

                                  Home - cursor to beginning of line
                                  End  - cursor to end of line
                                 ^Home - goto top of directory list
                                 ^End  - goto end of directory list
                                 ^Left - move left one word
                                 ^Right- move right one word
                                 ^T    - delete word right
                                 ^Y    - delete line
                                 DEL   - delete character
                                 INS   - toggles insert mode
                                 Tab   - move right 5 spaces
                              Sh-Tab   - move left 5 spaces
[ RETURN TO DIRECTORY ]