home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / DIR / DIRNO120.ZIP / DIRNOTES.DOC < prev   
Encoding:
Text File  |  1990-09-05  |  3.7 KB  |  77 lines

  1.  
  2. DIRNOTES At a Glance
  3.  
  4.     DIRNOTES presents a DOS-format, alphabetically-sorted directory listing 
  5. in the left portion of the display, together with a coordinated, 47-character 
  6. field on the right side in which you can enter descriptive comments about the 
  7. file contents, hot-keys, etc.  Your notes are automatically saved when the 
  8. Esc key is pressed, in a file called DIRN-abc.DIR, where abc represent the 
  9. first three letters of the directory name. 
  10.  
  11. Syntax:
  12.  
  13.  
  14.    DIRNOTES [d:][path][directory]
  15.  
  16. Operation:  The cursor Up- and Down-Arrow keys, are used to scroll the 
  17. coordinated directory listings/notes line by line.  PgUp and PgDn scroll by 
  18. screenful, and Home and End go to the beginning and end of the listings.  The 
  19. DIRNOTES editor operates in overstrike mode and incorporates a backspace 
  20. delete.  The Left- and Right-Arrow keys can be used to move the cursor 
  21. without deleting characters beneath it.  
  22.     A "U" immediately after the date indicates that that file has been 
  23. updated since the last time the DIRNOTES data file was updated, so the file 
  24. description may need to be changed. 
  25.    The .DIR file created by DIRNOTES is in standard ASCII, and so may be 
  26. TYPED.  Users are cautioned against attempting to edit the .DAT file with a 
  27. word processor, however, as the record field lengths are fixed-length and any 
  28. changes made other than by DIRNOTES itself may render the file unrecoverable. 
  29. 
  30.  
  31.                              Updates to DIRNOTES
  32.  
  33.  
  34.   Summary:   Dirnotes provides a means for the DOS user to annotate his
  35.              directories.  It automatically sorts directories by filename
  36.              and keeps track of file additions and deletions.
  37.  
  38.              Upon execution, Dirnotes brings up an editible window for the
  39.              user to enter comments next to filenames.  Upon exit the comments
  40.              are saved in a file named DIRNxxxx.DAT.  (the xxxx's are deter-
  41.              mined by the current pathname.)
  42.  
  43.              The original source code was released in a past issue of
  44.              PC Magazine.
  45.  
  46.  
  47.                       Code
  48.   Revision  Date      Letter    Notes
  49.   --------  --------  ------    --------------------------------------------
  50.  
  51.   1.00      05-19-87  none      Original release by M. Mefford 
  52.  
  53.   1.10      10-15-89  *A        Redefined & added new edit keys as follows:
  54.  
  55.                                   Home - cursor to beginning of line
  56.                                   End  - cursor to end of line
  57.                                  ^Home - goto top of directory list
  58.                                  ^End  - goto end of directory list
  59.                                  ^Left - move left one word
  60.                                  ^Right- move right one word
  61.                                  ^T    - delete word right
  62.                                  ^Y    - delete line
  63.                                  DEL   - delete character
  64.                                  INS   - toggles insert mode
  65.                                  Tab   - move right 5 spaces
  66.                               Sh-Tab   - move left 5 spaces
  67.  
  68.   1.20      09-04-90  *B        Eliminated the time to allow a larger comment 
  69.                                 area, reformat filenames added via RBBS upload 
  70.                                 and added a new edit key to assist the RBBS 
  71.                                 Sysop in adding categories;
  72.  
  73.                                  Alt-C  - go to the last 3 of the comment 
  74.                                           field.  FMS directories store the 
  75.                                           categories in the last three
  76.                                           characters of the description. 
  77.