home *** CD-ROM | disk | FTP | other *** search
/ Between Heaven & Hell 2 / BetweenHeavenHell.cdr / 100 / 85 / hdircols.doc < prev    next >
Text File  |  1987-03-01  |  3KB  |  70 lines

  1. Patches for customizing HotDIR 2.0 colors and other features
  2. Copyright 1987 by Tony Overfield and Robert Woeger
  3.  
  4.  
  5. For documentation on how to run the Xanadu utilities, see the XANADU.DOC file.
  6.  
  7.  
  8. To customize HotDIR 2.0 you will need a file or sector modify utility such as
  9. FM, NORTON, DISKZAP, etc. and position yourself to HDIR.COM's 1st sector.
  10. This sector contains the Copyright message and a space where you can modify
  11. (or PATCH) new defulat colors and values into the program.
  12. You should be experienced with sector "zapping" and be sure and have a backup
  13. copy of the HDIR.COM program (unmodified) in case you make any mistakes
  14. during the patch procedure.
  15.  
  16. Find the phrase [Patch> in the sector and we will begin our patch reference
  17. (below) from the byte immediately following the ">" of [Patch>.
  18.  
  19. To prevent problems with different versions, relative offsets from this byte
  20. will be given instead of absolute offsets into the sector.
  21.  
  22.  
  23. Offset 0    Currently 00H    Background color attribute (ORd with
  24.                 foreground color attribute when character
  25.                 is written to the screen).  Do not change this
  26.                 unless you want to play with the background
  27.                 color of the text displayed.  This byte is
  28.                 only in effect when the color for the extension
  29.                 is less than 10H (i.e. black background).
  30.  
  31. Offset 1    Currently 07H    Color value used for filenames which don't
  32.                 match any of the defined extensions/colors.
  33.                 Colors should be 00-0FH for colors with
  34.                 black background.
  35.  
  36. Offset 2    'EXE'           First file extension definition
  37. Offset 5    0BH        Color attribute for .EXE files to display
  38. .
  39. .
  40. .        The file extension definitions repeat until the end of ???
  41.         All extensions may be replaced by your user defined extensions
  42.         and colors.  Just place the color value after the extension.
  43.         To add a color for files with DB3 extensions, choose a ??? or
  44.         unwanted extension and replace it with DB3.  Then put the hex
  45.         value of the color desired in the byte following the DB3.
  46.  
  47.  
  48. After the last ???, there is a byte with a 00 value.  This is our new reference
  49. point and all offsets below will be off of that 00 byte.
  50.  
  51. Offset    4    Value 03    Color of graphics line characters
  52. Offset    5    Value 0DH    Color of directory entries
  53. Offset    6    Value 02    Color of hidden files
  54. Offset    7    Value 09    Color of file attributes
  55. Offset    8    Value 0CH    Color of dates
  56. Offset    9    Value 0AH    Color of file times
  57. Offset 10    Value 0EH    Color of file sizes
  58.  
  59. About 10-16 bytes following this you should see a string of zero byte values.
  60. Immediately following the last 00 byte you should see an 'FF' byte.  Change
  61. this 'FF' to a '00' to toggle the current pause option.  If 'FF' then pause
  62. at end of screen is enabled, '00' disables pause (unless you say HDIR /p).
  63.  
  64. We are considering writing an install program that makes it unnecessary for
  65. you to manually "zap" your changes into HotDIR, but at the current time (2.0)
  66. we have not added it.  Your comments and suggestions on how best to let you
  67. change the colors and options would be greatly appreciated.
  68.  
  69. Tony Overfield & Rob Woeger    2/27/87
  70.