home *** CD-ROM | disk | FTP | other *** search
- DIRTE DIRECTORY
-
- This program does a standard directory listing, such as produced by
- typing DIR at the DOS prompt. In addition, it checks all files for an
- extension of .PAS or .INC. It then reads lines 3, 4, and 5 of these ASCII
- files looking for 3 lines of comments left there by a thoughtful programmer.
- It then writes 42 characters from line 3 as comments to the directory listing
- for each file with the .PAS or .INC extension. VOILA: automatic comments for
- your directory! It then gives you the option of getting an extended listing of
- the standard directory plus 3 lines of comments for each file. Further options
- allow hardcopy printout of either the short or the long directory.
-
- Your only requirements are to document your PASCAL files on lines 3, 4 and 5.
-
- Files in DIRTE.ARC should include:
- DIRTE.PAS
- DIRTE.COM
- DIRTE.DOC
-
-
-
- EXAMPLES:
-
- DIRTE PAS 13873 9-26-85 10:49p DIR + automatic comments of .PAS files.
- DIRLIST PAS 5590 9-26-85 8:28p This Program will display a Directory List
-
-
-
- DIRTE PAS 13873 9-26-85 10:49p
- {DIR + automatic comments of .PAS files. }
- {SHORT dir prints 2nd to 43rd characters of 3rd line of .PAS .INC files. }
- {LONG prints entire 3rd, 4th and 5th lines of .PAS .INC files }
-
- DIRLIST PAS 5590 9-26-85 8:28p
- { This Program will display a Directory Listing including all System, }
- { Hidden, and Read Only files, along with the File Attribute Status, }
- { including Archive Status. }
-
-
-
-
-
-
-
-
-
-