home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR2 / CLRV110.ZIP / CLRVIEW.DOC < prev    next >
Text File  |  1994-01-26  |  7KB  |  198 lines

  1.  
  2.  
  3.  
  4.                              Color View V1.10
  5.  
  6.                  (C) Copyright 1994, by James B. Miller Jr.
  7.  
  8.  
  9.  
  10.  
  11.  
  12.       Color View is a "dir" replacement which allows you to have a colorful
  13.       directory listing in several different fashions.  I usually rename
  14.       the executable to "D.EXE" so that it makes it very accessable to
  15.       even a bad typist.
  16.  
  17.  
  18.     ┌──────────┐
  19.     │ Features │
  20.     └──────────┘
  21.        -  Up to 20 definable extensions with its own color
  22.        -  4 modes of display (4 column, 2 column,left/right,up/down)
  23.        -  Several sorting switches
  24.        -  Easy to configure
  25.  
  26.  
  27.     ┌──────────────┐
  28.     │ Registration │
  29.     └──────────────┘
  30.       This program is shareware.  If you continue to use this program for
  31.       more than 30 days you should register it by sending in a $5.00 check
  32.       or money order to "The Hole In The Wall" at the following address.
  33.  
  34.               The Hole In The Wall
  35.               133 9th Avenue
  36.               Nederland TX 77627
  37.  
  38.  
  39.     ┌──────────┐
  40.     │ Switches │
  41.     └──────────┘
  42.       Available switches are as follows:
  43.  
  44.         -H = Help
  45.         -E = Sort by Extension');
  46.         -S = Sort by FileSize');
  47.         -T = Sort by FileTime');
  48.         -2 = 2 Columns (File,Size,Date,Time,Attr)');
  49.  
  50.  
  51.     ┌───────────────┐
  52.     │ Configuration │
  53.     └───────────────┘
  54.       You can configure Color View using 3 different ways.  You can set
  55.       your environment with the proper settings, use a configuration file
  56.       or you can hex edit the actual executable.  Using the environment
  57.       will override anything that is hex edited unless the environment
  58.       variables are not all there.  There is a sample batch included which
  59.       will help aid you in setting the environment variables. The batch file
  60.       is "SETCOL.BAT".  I have also included a sample configuration file
  61.       named "CLRVIEW.CFG".
  62.  
  63.       NOTE: The environment variables will override both hex editing and the
  64.             configuration file.  The configuration file will override hex
  65.             editing.
  66.  
  67.  
  68.       Environment Settings:
  69.       ─────────────────────
  70.  
  71.  
  72.       SET CLRVEXT=EXE,COM,BAT
  73.       SET CLRVCOL=10,13,14
  74.       SET CLRVDEF=DEF-7,BOR-1,LEN-4,NTX-9,HT1-3,HT2-14,DIR-30,TIM-10,
  75.                   DAT-13,ATT-12,HID-5,SYS-8,DIS-0
  76.  
  77.  
  78.  
  79.       With the first "Set" statment you can have up to 20 extensions.  Make
  80.       sure they are seperated with commas.  The second "Set" statment are
  81.       the corresponding color values (in decimal) for the extensions.  Make
  82.       sure they are seperated with commas.  The last "Set" statment should
  83.       stay the same except you can change the numerical values to the color
  84.       values you want.  This set statement should also be all on one line.
  85.       Here is a brief explanation of what color values go with what:
  86.  
  87.                       DEF = Default file color
  88.                       BOR = Box border color
  89.                       LEN = File lenght color
  90.                       NTX = Normal text
  91.                       HT1 = Highlighted text #1
  92.                       HT2 = Highlighted text #2
  93.                       DIR = Directory color
  94.                       TIM = Time color
  95.                       DAT = Date color
  96.                       ATT = Attribute color
  97.                       HID = Hidden file color
  98.                       SYS = System File color
  99.                       DIS = Sets display mode
  100.  
  101.  
  102.       With DIS set to 1:        A │ B │ C
  103.                                 D │ E │ F
  104.  
  105.       With DIS set to 0:        A │ C │ E
  106.                                 B │ D │ F
  107.  
  108.  
  109.  
  110.  
  111.       Configuration File:
  112.       ───────────────────
  113.       Using a configuration file is very similar to using the environment
  114.       variables.  There should be three lines of text.
  115.  
  116.         EXE,COM,BAT
  117.         10,13,14
  118.         DEF-7,BOR-1,LEN-4,NTX-9,HT1-3,HT2-14,DIR-30,TIM-10,
  119.                 DAT-13,ATT-12,HID-5,SYS-8,DIS-0
  120.  
  121.         NOTE: Again the third and fourth line are combined here for use
  122.               in this document.  In real situations the two lines should
  123.               be combined into one line.
  124.  
  125.  
  126.  
  127.  
  128.       Hex Editing:
  129.       ────────────
  130.       Once you have the program loaded into your hex editor you will need
  131.       to find the area like what is shown below.
  132.  
  133.  
  134.   001ED0  49 45 57 2E 43 46 47 03-45 58 45 03 30 31 30 03   IEW.CFG.EXE.010.
  135.   001EE0  43 4F 4D 03 30 31 33 03-42 41 54 03 30 31 34 03   COM.013.BAT.014.
  136.   001EF0  54 58 54 03 30 30 34 03-44 4F 43 03 30 30 34 03   TXT.004.DOC.004.
  137.   001F00  41 52 4A 03 31 31 32 03-5A 49 50 03 30 34 38 03   ARJ.112.ZIP.048.
  138.   001F10  3F 3F 3F 03 30 30 30 03-3F 3F 3F 03 30 30 30 03   ???.000.???.000.
  139.   001F20  3F 3F 3F 03 30 30 30 03-3F 3F 3F 03 30 30 30 03   ???.000.???.000.
  140.   001F30  3F 3F 3F 03 30 30 30 03-3F 3F 3F 03 30 30 30 03   ???.000.???.000.
  141.   001F40  3F 3F 3F 03 30 30 30 03-3F 3F 3F 03 30 30 30 03   ???.000.???.000.
  142.   001F50  3F 3F 3F 03 30 30 30 03-3F 3F 3F 03 30 30 30 03   ???.000.???.000.
  143.   001F60  3F 3F 3F 03 30 30 30 03-3F 3F 3F 03 30 30 30 03   ???.000.???.000.
  144.   001F70  3F 3F 3F 03 30 30 30 03-44 45 46 03 30 30 37 03   ???.000.DEF.007.
  145.   001F80  42 4F 52 03 30 30 31 03-4C 45 4E 03 30 30 34 03   BOR.001.LEN.004.
  146.   001F90  4E 54 58 03 30 30 39 03-48 54 31 03 30 30 33 03   NTX.009.HT1.003.
  147.   001FA0  48 54 32 03 30 31 32 03-44 49 52 03 30 31 36 03   HT2.012.DIR.016.
  148.   001FB0  54 49 4D 03 30 31 30 03-44 41 54 03 30 31 33 03   TIM.010.DAT.013.
  149.   001FC0  41 54 54 03 30 31 32 03-48 49 44 03 30 30 38 03   ATT.012.HID.008.
  150.   001FD0  53 59 53 03 30 30 38 03-44 49 53 03 30 30 30 01   SYS.008.DIS.000.
  151.  
  152.  
  153.       Once you have made it here your home free.  As you can see the first
  154.       extension definition is "EXE" with a color of "010".  All you do is
  155.       change the name of the extension and the number of the color.  If you
  156.       use an extension that is not three characters long you should use
  157.       spaces in place of the characters.  When changing the numbers you
  158.       should always have three digits and use numbers in "decimal" format.
  159.       The other colors which are listed in the environment settings portion
  160.       of this document can also be changed starting with "DEF".  One other
  161.       item can be changed here and that is the display affect which the
  162.       "SET CLRVDISP=1" statement does.  To change this set the number after
  163.       the "DIS" to "001".
  164.  
  165.  
  166.  
  167.     ┌──────┐
  168.     │ Help │
  169.     └──────┘
  170.       If you need help or have suggestions or problems please feel free
  171.       to contact me.
  172.  
  173.       Jimmy Miller
  174.       The Hole In The Wall BBS
  175.       (409) 724-1037
  176.       Fidonet 1:3811/22
  177.  
  178.  
  179.     ┌─────────┐
  180.     │ History │
  181.     └─────────┘
  182.  
  183.     Version 1.00   Released 01/09/94
  184.     ─────────────┴──────────────────
  185.     - First Public Release
  186.  
  187.  
  188.     Version 1.10   Released 01/26/94
  189.     ─────────────┴──────────────────
  190.  
  191.     - Fixed wrong "bytes free" on large drives
  192.     - Fixed reversed day and month when using the -2 option
  193.     - Added a variable for a second highlighted text
  194.     - Made other small display changes
  195.  
  196.  
  197.  
  198.