home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / magazine / pcmagazi / 1992 / 04 / showdu.exe / SHOWDUPE.INI < prev    next >
Text File  |  1992-02-03  |  4KB  |  91 lines

  1. ; SHOWDUPE.INI RHS 12/1/91 rev. 1/3/92
  2.  
  3. ; This is the initialization file for SHOWDUPE.EXE, Copyright (c) 1992,
  4. ; by Richard Hale Shaw, published by PC Magazine 2/25/92
  5.  
  6. ; Use this file to modify SHOWDUPE's settings.
  7. ; Note that the ';' character marks the beginning of a comment. Any line
  8. ; that begins with a ';' is ignored, as are the characters following a ';'.
  9.  
  10. ; To change a setting, just start a line with the setting name, such as
  11. ; 'DeskTopBackGround', followed by an '=' and the setting value, such as
  12. ; 'BLUE'.
  13.  
  14. ; If you use an unidentified value for a setting, SHOWDUPE will ignore it 
  15. ; and use the default value for that setting.
  16.  
  17. ; You can use upper or lower case, or a mixture. And you can follow any
  18. ; setting by a comment, if you wish. The settings found in the version of
  19. ; this file distributed with SHOWDUPE.EXE are the default settings used
  20. ; by the program if it's run without SHOWDUPE.INI.
  21.  
  22. ; Note that SHOWDUPE.INI must reside in the same directory as the one
  23. ; that contains SHOWDUPE.EXE.
  24.  
  25. ; This setting controls the number of screen lines used by SHOWDUPE. 
  26. ; 'DEFAULT' will use the default video mode. 'EGAVGA' will attempt to use 
  27. ; 43-lines on an EGA screen or 50-lines on a VGA. This setting is always
  28. ; DEFAULT on monochrome and CGA systems.
  29. ScreenMode=DEFAULT   ; this is the screen mode setting
  30.  
  31. ; Color Settings:
  32. ; You can use BLACK, BLUE, GREEN, CYAN, RED, MAGENTA, BROWN, and LIGHTGRAY
  33. ; for foreground and background, and
  34. ; DARKGRAY, LIGHTBLUE, LIGHTGREEN, LIGHTCYAN, LIGHTRED, LIGHTMAGENTA, 
  35. ; YELLOW and WHITE for foreground colors.
  36. ;
  37.  
  38. ; These settings specify the color used by the screen
  39. ScreenBackGround=BLUE   ; this is the screen background setting
  40. ScreenForeGround=WHITE
  41.  
  42. ; These settings specify the color of the desktop on the screen
  43. DeskTopBackGround=LIGHTGRAY
  44. DeskTopForeGround=BLUE
  45.  
  46. ; These settings specify the colors of the windows
  47. WindowBackGround=BLUE
  48. WindowForeGround=YELLOW
  49.  
  50. ; The following settings control the colors of the duplicate file scroller:
  51.  
  52. ; BackGround and ForeGround colors of Normal file entries:
  53. ScrollNrmBackGround=BLUE        
  54. ScrollNrmForeGround=WHITE       
  55.  
  56. ; BackGround and ForeGround colors of Highlighted (current) entries:
  57. ScrollCurBackGround=LIGHTGRAY   
  58. ScrollCurForeGround=WHITE       
  59.  
  60. ; BackGround and ForeGround colors of Tagged (selected) entries:
  61. ScrollSelNrmBackGround=BLUE       
  62. ScrollSelNrmForeGround=YELLOW     
  63.  
  64. ; BackGround and ForeGround colors of Tagged AND Highlighted entries:
  65. ScrollSelCurBackGround=LIGHTGRAY  
  66. ScrollSelCurForeGround=YELLOW     
  67.  
  68. ; BackGround and ForeGround colors of Deleted entries:
  69. ScrollDelNrmBackGround=BLUE       
  70. ScrollDelNrmForeGround=LIGHTGRAY  
  71.  
  72. ; BackGround and ForeGround colors of Deleted AND Highlighted entries:
  73. ScrollDelCurBackGround=LIGHTGRAY  
  74. ScrollDelCurForeGround=DARKGRAY   
  75.  
  76.  
  77. ; This setting identifies the file-viewer (invoked when you press RETURN
  78. ; while a filename is highlighted). You can omit the full path as long as
  79. ; the file is in a directory specified by your PATH environment setting
  80. ; You can use any file-view you want. The one specified here, SMOOTH.COM,
  81. ; is Michael Mefford's smooth-scrolling utility, published by PC Magazine
  82. Viewer=smooth.com
  83.  
  84. ; Use this setting to specify the directories that will always be searched
  85. ; by SHOWDUPE if you fail to provide search directories on the command line.
  86. ; Any search directories specified on the command line will override this 
  87. ; setting.
  88. ;SearchDirectories=c:\bc\finddupe\test c:\bc\finddupe\test2
  89.  
  90. 
  91.