home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / DIRTE.ZIP / DIRTE.DOC < prev    next >
Encoding:
Text File  |  1985-09-27  |  1.7 KB  |  47 lines

  1.                        DIRTE DIRECTORY
  2.  
  3.      This program does a standard directory listing, such as produced by
  4. typing DIR at the DOS prompt. In addition, it checks all files for an
  5. extension of .PAS or .INC. It then reads lines 3, 4, and 5 of these ASCII
  6. files looking for 3 lines of comments left there by a thoughtful programmer.
  7. It then writes 42 characters from line 3 as comments to the directory listing
  8. for each file with the .PAS or .INC extension. VOILA: automatic comments for
  9. your directory! It then gives you the option of getting an extended listing of
  10. the standard directory plus 3 lines of comments for each file. Further options
  11. allow hardcopy printout of either the short or the long directory.
  12.  
  13. Your only requirements are to document your PASCAL files on lines 3, 4 and 5.
  14.  
  15. Files in DIRTE.ARC should include:
  16.                                    DIRTE.PAS
  17.                                    DIRTE.COM
  18.                                    DIRTE.DOC
  19.  
  20.  
  21.  
  22. EXAMPLES:
  23.  
  24. DIRTE    PAS  13873  9-26-85 10:49p  DIR + automatic comments of .PAS files.
  25. DIRLIST  PAS   5590  9-26-85  8:28p  This Program will display a Directory List
  26.  
  27.  
  28.  
  29. DIRTE    PAS 13873  9-26-85 10:49p
  30. {DIR + automatic comments of .PAS files.                                      }
  31. {SHORT dir prints 2nd to 43rd characters of 3rd line of .PAS .INC files.      }
  32. {LONG prints entire 3rd, 4th and 5th lines of .PAS .INC files                 }
  33.  
  34. DIRLIST  PAS   5590  9-26-85  8:28p
  35. { This Program will display a Directory Listing including all System,         }
  36. { Hidden, and Read Only files, along with the File Attribute Status,          }
  37. { including Archive Status.                                                   }
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.