home *** CD-ROM | disk | FTP | other *** search
/ MS-DOS 8.0 / MS-DOS8.iso / DOS / scandisk.ini < prev    next >
INI File  |  1999-04-24  |  7KB  |  149 lines

  1. ; SCANDISK.INI
  2. ;
  3. ; This file contains settings you can use to customize the ScanDisk program.
  4. ; The settings in this file do not apply when running ScanDisk in Windows 95,
  5. ; unless you are checking an unmounted compressed volume file. These settings
  6. ; will apply if you run ScanDisk from an MS-DOS prompt in single-application
  7. ; mode.
  8. ;
  9.  
  10.  
  11. ; -------------------------------------------------------------------
  12. ; The [ENVIRONMENT] section contains the following settings, which
  13. ; determine general aspects of ScanDisk's behavior:
  14. ;
  15. ; Display      Configures ScanDisk to run with a particular type of
  16. ;              display. The default display type is Auto (ScanDisk
  17. ;              adjusts to the current display).
  18. ;
  19. ; Mouse        Enables or disables mouse support. The default value is On.
  20. ;
  21. ; ScanTimeOut  Determines whether ScanDisk should detect disk timeouts
  22. ;              while performing a surface scan. The default value is Off.
  23. ;
  24. ; NumPasses    Determines how many times ScanDisk should check each
  25. ;              cluster during a surface scan. The default value is 1.
  26. ;
  27. ; LabelCheck   Determines whether ScanDisk should check volume labels
  28. ;              for invalid characters.  The default is Off.
  29. ;
  30. ; LfnCheck     Activates Scandisk to validate Long File Names, if they exist.
  31. ;              The default is ON, to check Long File Names for problems.
  32. ;
  33. ; SpaceCheck   Determines whether ScanDisk should check for invalid spaces
  34. ;              in filenames. The default is Off.
  35. ;
  36. ; Mount        Determines whether ScanDisk will mount unmounted DoubleSpace
  37. ;              drives once it has determined they are error-free.
  38. ;
  39.  
  40. [ENVIRONMENT]
  41.    Display     = Auto   ; Auto, Mono, Color, Off
  42.    Mouse       = On     ; On, Off
  43.    ScanTimeOut = On     ; On, Off
  44.    NumPasses   = 1      ; 1 through 65,535 (anything over 10 is slow)
  45.    LabelCheck  = Off    ; On, Off
  46.    LfnCheck    = On     ; On, Off
  47.    SpaceCheck  = Off    ; On, Off
  48.    Mount       = Prompt ; Prompt, Always, Never
  49.  
  50. ; -------------------------------------------------------------------
  51. ; The [CUSTOM] section determines ScanDisk's behavior when ScanDisk is
  52. ; started with the /CUSTOM switch. You can adjust these settings to
  53. ; create a customized "version" of ScanDisk. This can be especially
  54. ; useful for running ScanDisk from a batch file. The [CUSTOM] settings are:
  55. ;
  56. ; DriveSummary  Determines whether ScanDisk displays full-screen
  57. ;               summary information after checking each drive.
  58. ;               The default is Auto (ScanDisk displays the summary
  59. ;               only if it encounters errors on that drive).
  60. ;
  61. ; AllSummary    Determines whether ScanDisk displays full-screen
  62. ;               summary information after checking all drives.
  63. ;               The default is Auto (ScanDisk displays the summary
  64. ;               only if it encounters errors on any drive).
  65. ;
  66. ; Surface       Determines whether ScanDisk will perform a surface scan:
  67. ;                  Never    (Default) Does not perform a surface scan.
  68. ;                  Always   Performs a surface scan without prompting first.
  69. ;                  Prompt   Prompts before performing a surface scan.
  70. ;               The /SURFACE command-line switch overrides this setting.
  71. ;
  72. ; CheckHost     Determines whether ScanDisk will first check a host drive
  73. ;               before checking any compressed drives located on that drive.
  74. ;                  Never    (Default) Does not check the host drive.
  75. ;                  Always   Checks the host drive without prompting first.
  76. ;                  Prompt   Prompts before checking the host drive.
  77. ;
  78. ; SaveLog       Determines what ScanDisk does with the repair log file:
  79. ;                  Off        (Default) Does not save the repair log.
  80. ;                  Append     Appends the log to the previous log, if any.
  81. ;                  Overwrite  Replaces the previous log with the new log.
  82. ;
  83. ; Undo          Determines whether ScanDisk creates an Undo floppy disk.
  84. ;               The default is Never (ScanDisk does not create an Undo disk).
  85. ;               The Prompt value causes ScanDisk to prompt you for a disk.
  86.  
  87. [CUSTOM]
  88.    DriveSummary  = Off          ; Auto, On, Off
  89.    AllSummary    = Off          ; Auto, On, Off
  90.    Surface       = Never        ; Never, Always, Prompt
  91.    CheckHost     = Always       ; Never, Always, Prompt
  92.    SaveLog       = Append       ; Off, Append, Overwrite
  93.    Undo          = Never        ; Prompt, Never
  94.  
  95. ; The following settings determine the corrective action ScanDisk will
  96. ; take if it was started with the /CUSTOM switch and finds a disk error.
  97.  
  98. ; The next five settings accept any of the following values:
  99. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  100. ;    Fix        Causes ScanDisk to fix the problem without prompting you.
  101. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  102.  
  103.    DS_Header     = Fix       ; Damaged DoubleSpace volume file header
  104.    FAT_Media     = Fix          ; Missing or invalid FAT media byte
  105.    Okay_Entries  = Fix          ; Damaged, but repairable, directories/files
  106.    Bad_Chain     = Fix          ; Files or directories which should be truncated
  107.    Crosslinks    = Fix          ; FAT-level crosslinks
  108.  
  109.  
  110. ; The next seven settings accept any of the following values:
  111. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  112. ;    Fix        Causes ScanDisk to fix the problem without prompting you.
  113. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  114. ;    Skip       Causes ScanDisk to skip fixing this problem, but continue
  115. ;               checking the disk.
  116.  
  117.    Boot_Sector   = Fix          ; Damaged boot sector on DoubleSpace drive
  118.    FSInfo_Sector = Fix          ; Incorrect free space count
  119.    Invalid_MDFAT = Fix          ; Invalid MDFAT entries
  120.    DS_Crosslinks = Fix          ; Internal (MDFAT-level) crosslinks
  121.    DS_LostClust  = Fix          ; Internal lost clusters
  122.    DS_Signatures = Fix          ; Missing DoubleSpace volume signatures
  123.    Mismatch_FAT  = Fix          ; Mismatched FATs on non-DoubleSpace drives
  124.    Bad_Clusters  = Prompt       ; Physical damage or decompression errors
  125.  
  126.  
  127. ; The next setting accepts any of the following values:
  128. ;
  129. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  130. ;    Delete     Causes ScanDisk to delete the damaged directory entries
  131. ;               without prompting you first.
  132. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  133.  
  134.    Bad_Entries   = Delete       ; Damaged and irrepairable directories or files
  135.  
  136.  
  137. ; The next setting accepts any of the following values:
  138. ;
  139. ;    Prompt     Causes ScanDisk to prompt you before fixing this problem.
  140. ;    Save       Causes ScanDisk to save the lost clusters as files in the
  141. ;               root directory without prompting you first.
  142. ;    Delete     Causes ScanDisk to delete the contents of the lost clusters
  143. ;               without prompting you first.
  144. ;    Quit       Causes ScanDisk to terminate if it encounters this problem.
  145. ;    Skip       Causes ScanDisk to skip fixing this problem, but continue
  146. ;               checking the disk.
  147.  
  148.    LostClust     = Delete       ; Lost clusters
  149.