home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / EXHUME10.ZIP / EXHUME.DOC next >
Encoding:
Text File  |  1990-10-03  |  4.2 KB  |  89 lines

  1.  
  2.  
  3.                                   E X H U M E
  4.  
  5.  
  6.                            User-supported software by
  7.  
  8.                                  Norman  Newman
  9.                                  Kibbutz Tsor'a
  10.                                  M.P.  Shimshon
  11.                                  ISRAEL   99705
  12.  
  13. EXHUME is a program which will enable you to resurrect data which have been
  14. lost on disks. It's the sort of program which you don't normally need - but
  15. when you do need it, you need it badly!
  16.  
  17. Despite DOS's normally robust behaviour as a file  system,  it  can  happen
  18. that a disk's directory or its file allocation table (FAT)  can  be  become
  19. corrupted. Should this happen, DOS will be unable to find data on the  disk
  20. even though the data still physically exist on the disk and have  not  been
  21. damaged.
  22.  
  23. EXHUME is capable of retrieving this data because it regards the disk as  a
  24. collection of sectors (each sector is 512 bytes of disk space), as  opposed
  25. to a collection of files. By viewing the sectors on the disk and  selecting
  26. those which contain data from the desired file, you can EXHUME lost  files.
  27.  
  28. Note that in all the above, 'disk' applies equally to floppy diskettes  and
  29. to hard disks (but not to RAM disks which have may have a sector size other
  30. than 512 bytes). 'Data'  will  normally  be  text,  which  can  be  readily
  31. recognised; EXHUME is capable of  resurrecting  binary  files,  but  it  is
  32. difficult to determine when a file of this type begins and ends.
  33.  
  34. EXHUME offers the following functions:
  35.  
  36. F1 - Choose disk. Enter the letter of the disk that you wish to examine (eg
  37.      A, C). The use of a colon after the disk name (eg A:) is optional.
  38.  
  39. F2 - Find string. When you are looking for a specific  string,  the  search
  40.      can be made automatic by choosing this function. You will be  prompted
  41.      for a string to search for (case-sensitive) and from which  sector  to
  42.      begin searching. When the string is found, the  program  will  display
  43.      the appropriate half-sector. Should the string not be  found  and  the
  44.      program starts searching unused space, it may be  halted  by  pressing
  45.      <ESC>. A successful search may be continued by pressing <F10>.
  46.  
  47. F3 - Choose sector. This function enables you to display a given sector.
  48.  
  49. F5 - Next sector. This function will display the sector which succeeds  the
  50.      currently displayed sector.
  51.  
  52. F7 - Previous sector. This function will display the sector previous to the
  53.      currently displayed sector.
  54.  
  55. Up and down arrows: as a sector is 512 bytes in size, and  only  256  bytes
  56.      can be displayed at once, the up and down arrow  keys  enable  you  to
  57.      view the other half of the sector (if the top half is currently  being
  58.      displayed, pressing the down arrow key will display the bottom  half).
  59.  
  60.  
  61. F9 - Save sector. When you find a sector which you wish to save, press  F9.
  62.      EXHUME will save this sector in an internal buffer. You can then  save
  63.      other sectors belonging to the file which you wish  to  restore.  When
  64.      you exit the program (by pressing <ESC> at the main prompt), you  will
  65.      be prompted for a file name in which to write the saved sectors.  This
  66.      file should be an accurate copy of the original file, but may  contain
  67.      extraneous  characters  (especially  at  its  end)  and  so should  be
  68.      examined by a text editor.
  69.  
  70.  
  71.  
  72.  
  73.      - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  74.  
  75.      Legal note:
  76.      This program is copyright 1990 by Norman Newman, Kibbutz Tsor'a,  M.P.
  77.      Shimshon, ISRAEL 99705; all rights reserved, all wrongs deserved.  The
  78.      program may be freely distributed and copied, provided that no changes
  79.      are made in either EXHUME.EXE or EXHUME.DOC (this  file).  The  author
  80.      denies all responsibility for any damage caused by the use  or  misuse
  81.      of this program.
  82.  
  83.      Should you decide to use this program, you are requested  to  register
  84.      your copy with the author by sending  a  cheque  for  $20.  This  will
  85.      entitle you to receive a new copy of the program without the shareware
  86.      screen at the beginning, along with the source code (written in  Turbo
  87.      Pascal and assembly language).
  88.  
  89.