home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 13 / CDA13.ISO / cdactual / demobin / share / program / Pascal / ADD10.ZIP / ADD.DOC next >
Encoding:
Text File  |  1988-07-11  |  1.5 KB  |  40 lines

  1.            ADD - Alphabetized Double Wide Directory
  2. '------------------------------------------------------------------------------
  3.  
  4. ADD.ARC includes 3 files:
  5.     ADD.EXE - Executable
  6.     ADD.PAS - Source
  7.     ADD.DOC - Perfunctory document
  8.  
  9. ADD is intended to serve as a general replacement for DIR or the shareware DDIR
  10. directory utilities, and improves on these by greatly reducing execution time
  11. by using an initial DOS scroll, assembly screen IO, finding all file types,
  12. (even hidden and system), and by offering multiple sort priorities, including
  13. the reversal of any sort order.
  14.  
  15. The directory may be sorted using these flags which follow the directory mask:
  16.  
  17.     /S  File size
  18.     /D  File date and time
  19.     /E  File extension                          (eg.  ADD *.PAS /D/R  )
  20.     /T  File size total only                  ( for reversed date order )
  21.     /R  Reverse sort order
  22.     /   List of these options
  23.  
  24. However, ADD falls short of some other directory utilities because it cannot
  25. produce output to be redirected via pipes or filters (it does not employ DOS
  26. calls when printing).
  27.  
  28. '------------------------------------------------------------------------------
  29.  
  30. ADD was written in Turbo Pascal 4.0 by:
  31.  
  32.                 Randy Crawford
  33.                 12 Taft Ct., Suite 110
  34.                 Rockville, MD  20850
  35.                 301 424-6892  (work)
  36.  
  37. Feel free to modify ADD in any way, (God knows the code could be beautified),
  38. but please refrain from redistributing it under the same name.  I will
  39. eventually get around to embellishing it further.
  40.