home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / sampler / 02 / zd_etc / zd.doc < prev    next >
Encoding:
Text File  |  1988-02-14  |  2.0 KB  |  51 lines

  1. ZD - Super Crammed Directory Lister. (One of Z-Series Tools)
  2. ------------------------------------------------------------
  3. Copyright 1988 by Pradeep Arora.
  4. All rights reserved.
  5.  
  6. Usage & Output Generated
  7. ------------------------
  8. ZD replaces the DOS "DIR" command. Use ZD the way you use the DOS DIR
  9. command. ZD is DOS compatible and will run on any MS-DOS machine.
  10. i.e.,
  11.  
  12.   ZD [mask]
  13.  
  14. ZD is written for the case where you have just too many files in
  15. a directory to be listed with any other directory lister. ZD is designed
  16. to cram as much of the directory info as it can on the smallest number
  17. of lines on the screen.
  18.  
  19. ZD first lists "current" directory name, then date, then time, then total
  20. disk space (in 1024 byte multiples), then "-", then disk space used, then
  21. "=", then free space.
  22. ZD then lists all the files that match the mask, after sorting then by
  23. their extension. Since all files are already sorted by the extension, it
  24. is sufficient to list file extensions only when they change. ZD prints
  25. the extension in highlight, then name part only for ALL files with that
  26. extension.
  27. ZD at end will print total size and number of files mathced.
  28.  
  29. Customizing Colors & Direct Video on IBM Compatibles
  30. ----------------------------------------------------
  31. You can customize colors by patching 8 bytes after "*START*" in the
  32. ZD.EXE file. These are 4 pairs of foreground and background colors
  33. used for printing of "Normal files", "Extensions", "SubDirs", and
  34. "All other files," in that sequence. If you have Turbo Pascal v4
  35. compiler then just set fields of typed constant "Colors" to desired
  36. values.
  37.  
  38. Use Turbo Pascal v4.0 compiler and change "$DEFINE NONIBM" to
  39. "$DEFINE IBM" at top of the ZD.PAS source file.
  40.  
  41. Recompile to file ZD.EXE on disk.
  42.  
  43. Requested Contribution
  44. ----------------------
  45. If you find that this program has been of use to you, a token gift
  46. of $10 would be appreciated. Please send check or money order to:
  47. Supratech Inc.
  48. Attn: Pradeep Arora
  49. P.O. Box 54622
  50. Oklahoma City, OK 73154
  51.