home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 192_01 / kilarutl.doc < prev    next >
Text File  |  1979-12-31  |  3KB  |  65 lines

  1. KILARUTL:
  2.  
  3.   The Kilar Utilities for 360K diskettes containing no subdirectories.
  4.   This program supplies a number of enhancements to DOS and even
  5.   the Norton Utilities for operations with diskettes.
  6.  
  7.   To invoke the program, type:
  8.  
  9.      KILARUTL
  10.  
  11.   in response to the DOS prompt with the program in the default drive.
  12.  
  13.  
  14.   The program will prompt the user to specify which drive the diskette
  15.   to be analyzed is in.  At that point the program reads the File Allocation
  16.   Tables and Directory areas of the diskette.  The program calculates how
  17.   fragmented the file structure of the diskette is.  If it is excessively
  18.   fragmented, which can greatly reduce file access times, this note is
  19.   displayed on the screen.
  20.  
  21.   A menu than appears for various operations the user can specify.  The
  22.   user can select one of the following:
  23.  
  24.     1) Display/modify a sector on the diskette - The user specifies which
  25.        sector he wants to display (dump) or modify.  The hex contents are
  26.        displayed on the screen.  He can than either return to the main
  27.        menu or modify some of the sector's data.
  28.  
  29.              ** WARNING - A NOVICE OR EVEN CARELESS EXPERT CAN DESTROY
  30.                   DATA BY MISUSING MODIFY.  BE CAREFUL! **
  31.  
  32.     2) Display all sectors used by a file - The user enters the name
  33.        of the file desired.  The program will display the number of
  34.        each sector allocated to the file.
  35.  
  36.     3) Display a cluster map.  The program displays a map showing the
  37.        current use of each cluster (set of two sectors).  The file
  38.        it currently belongs to or the fact that the cluster is free
  39.        (not allocated) is displayed for each data cluster on the disk.
  40.  
  41.     4) Save a sector as a file.  The program prompts the user to enter
  42.        a sector number.  If the cluster containing the sector is free,
  43.        it is saved as file SECTOR.FIL.  If currently in use by a file,
  44.        the program will state so and not save the cluster as a file.
  45.  
  46.     5) Display the use of a specified sector.  The program prompts the
  47.        user to enter a sector number.  The program will inform the
  48.        user whether the sector is currently allocated to a file.  If
  49.        it is, it will display the name of the file.
  50.  
  51.     6) Return to DOS.
  52.  
  53.   Each operation (except the latter) returns to the main menu after
  54.   completed.
  55.  
  56.                                     JHK   7/8/86
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.