home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 24 / CD_ASCQ_24_0995.iso / vrac / cdir_al.zip / CDIR.TXT < prev    next >
Text File  |  1995-04-06  |  3KB  |  75 lines

  1. CDIR 1.01
  2. ═════════
  3. CDIR: Colorful Directory Display (color by extension)
  4. ═════════════════════════════════════════════════════
  5.  
  6. Warranty Disclaimer:
  7. ════════════════════
  8. The author disclaims all warranties as to this software, whether
  9. express or implied, including without limitation any implied
  10. warranties of merchantability or fitness for a particular purpose.
  11. In no event shall the author be liable for any loss of profit or
  12. any other commercial damage including, but not limited to special,
  13. incidental, consequential or other damages.
  14.  
  15. In other words, no lifeguard on duty - use at your own risk.
  16.  
  17. This is Freeware:
  18. ═════════════════
  19. This software may be freely copied, distributed, given away, and used
  20. as long as (a) no fee is charged for the software, excluding media, and
  21. (b) the complete set of original files is included in the distribution.
  22.  
  23. Files in this package:
  24. ══════════════════════
  25. CDIR.EXE - The program
  26. CDIR.TXT - This file (for those that didn't know).
  27. CDIR.CFG - A sample configuration file (use is optional)
  28.  
  29. Source Code:
  30. ════════════
  31. The complete source code to this program is available on this download
  32. service in the file CDIRSR.ZIP.  The executable program, CDIR.EXE, was
  33. compiled from CDIR.PAS using Borland Pascal 7.0.
  34.  
  35. Comments to the author?:
  36. ════════════════════════
  37. If you have any comments, you can send them to me at:
  38.   CompuServe ID: 72674,1315
  39.  
  40.   Mailing address: Al
  41.                    P.O.Box 13266
  42.                    Burton, WA 98013
  43.  
  44. ═════════════════════════════════════════════════════════════════════════════
  45. Running this software:
  46. ══════════════════════
  47. Enter "CDIR /?" to display the syntax of usage.
  48.  
  49. CDIR displays a wide directory (DIR /W) using different colors
  50.      based on file extension.
  51. Syntax: CDIR [pathspec] [/H] [/E]
  52.  
  53.     pathspec may include both a directory and/or file specification.
  54.     If no drive & directory is specified, the current directory is assumed.
  55.     If no file specification is included, "*.*" is assumed.
  56.  
  57.     /H    Show hidden files too.
  58.     /E    List only the unique file extensions found (no other display).
  59.  
  60. Optionally, you can create a file called CDIR.CFG to force certain extensions
  61.   to be displayed in user-specified colors.  Each extension should appear on a
  62.   separate line followed by a space and the video attribute from 0 to 255.
  63. Calculate video attributes using FOREGROUND-COLOR + (16 * BACKGROUND-COLOR).
  64.   Colors: 0=black, 1=blue, 2=green, 3=cyan, 4=red, 5=magenta, 6=brown, 7=white.
  65.   Add 8 to attribute for bright foreground color.  Add 128 for blinking.
  66. Sample line below displays EXE files in Bright White on Black:
  67.   EXE 15
  68. Non-numeric characters following the video attribute are treated as a comment.
  69. CDIR.CFG is looked for in the same directory where CDIR.EXE is located.
  70.   An alternate location for CDIR.CFG can be specified in env.var. CDIR.
  71.  
  72. ═════════════════════════════════════════════════════════════════════════════
  73.   eof: CDIR.TXT
  74. ═════════════════════════════════════════════════════════════════════════════
  75.