home *** CD-ROM | disk | FTP | other *** search
/ Windows NT Super Tune-Up Kit / PIE-WindowsNTSuperTuneUpKit-1997.iso / DISK_UTL / DUMPDISK / DUMPDISK.TXT < prev   
Text File  |  1995-07-31  |  4KB  |  118 lines

  1. TITLE
  2. Dump disk tool
  3.  
  4. VERSION
  5. 1.0 Build 8
  6.  
  7. NAME
  8. dumpdisk.exe - a little tool that let you edit physical or logical disks even
  9.            if formatted using NTFS
  10.  
  11. SYNOPSIS
  12. dumpdisk   (without option)
  13.  
  14. DESCRIPTION
  15. DumpDisk is a WIN32 program written in C++ using MSVC 1.1 and MFC 2.5. This
  16. build has been compiled using MSVC 2.0 and MFC 3.0. With it, you can edit or
  17. browse physical or logical disk volumes without file system format restrictions.
  18.  
  19. This first release has been internationalized only for English and French
  20. language. It offers the following features:
  21.     - Report and print any disk devices physical/.logical informations
  22.     - Edit any physical/logical disk volume,
  23.     - Multi-threaded unicode search for any strings or filename,
  24.     - Partial NTFS decoding.
  25.     - Start/Stop events logs
  26.  
  27. Here are some tricks:
  28.     - Every button take left and right button mouse event: use right button
  29.       to get some contextual help.
  30.     - Inside the edit dialog box, right border can be resize to show an help
  31.       text.
  32.     - To deal with unicode search, you need to install the 'lucida sans
  33.       console' font.
  34.     - To get 3D effects, you need to install 'ctl3d32.dll' library.
  35.     - To get disk performances, you need to run 'diskperf -y'
  36.  
  37. ACCELERATORS
  38.     In main window:
  39.         F1            Help (not implemented in this version)
  40.         F5            Refresh disks informations
  41.         F6            Print report on printer
  42.         F7            Print report on screen
  43.         Left  mouse button    Execute button action
  44.         Right mouse button    Context sensitive help
  45.  
  46.     In report window
  47.         CTRL-C        Copy
  48.         DblClick        Copy
  49.  
  50.     In edit window
  51.         Sector/Head/Track edit box
  52.              HOME    First
  53.         CTRL-HOME      "
  54.              END    Last
  55.         CTRL-END      "
  56.              UP     Next
  57.         CTRL-UP       "
  58.              DOWN    Previous
  59.         CTRL-DOWN      "
  60.              PAGEUP    Next 1000
  61.         CTRL-PAGEUP    Next 10
  62.              PAGEDOWN    Previous 1000
  63.         CTRL-PAGEDOWN    Previous 10
  64.         Edit window
  65.         ALT-BACKSPASE    Undo
  66.         HOME        First     byte
  67.         END        Last     byte
  68.         UP        Next     line
  69.         DOWN        Previous line
  70.         RIGHT        Next     byte
  71.         LEFT        Previous byte
  72.         PAGEUP        Next     page (1 line)
  73.         PAGEDOWN    Previous page (1 line)
  74.         DBLCLICK    Toggle     Decimal/Hexa (in address column )
  75.         DBLCLICK    Copy              (in data      columns)
  76.         CTRL-TAB    Toggle     data columns
  77.  
  78. INSTALLATION
  79.     Installation have to be done manually:
  80.       -Copy DumpDisk.exe to final location
  81.       -Restrict it to 'administrator' group
  82.       -Run it
  83.  
  84.     To uninstall it:
  85.       -Remove DumpDisk.exe
  86.       -Destroy the 'HKEY_CURRENT_USER/Software/B.VELLE Private System Products'
  87. BUGS
  88. This release is not yet stabilized:
  89.  -Non optimized threading searches,
  90.  -Could be launch by everybody as no test for 'administrator' is currently made,
  91.  -No online help,
  92.  -No internally UNICODE but Unicode/Ascii string search,
  93.  -Only 4 IDE and 7 SCSI devices scanned
  94.  -No MIPS or ALPHA version,
  95.  -Not tested on mirrored/duplexed disks,
  96.  -Not tested on multiprocessor systems,
  97.  -Partial NTFS structure decoding....
  98.  
  99. FIXES
  100. Release 1.008
  101.  -Sticked dialog box when pushing right then left mouse button
  102.  -Background color (Ligth Gray) problems on some displays
  103.  -Full disk size handling
  104.  -Crash if system color is modified while running
  105.  -Loop when editing any logical sectors that contain INDX
  106.  
  107. COPYRIGHT
  108. This program is a freeware and can be freely distributed and used as long as it is not sold or    made part
  109. of any commercial product. Use the program at your own risk, I take no responsibility for the program 
  110. and its output.
  111.  
  112. AUTHOR
  113. I'm not able to do technical support on it but I'm listening for any bug, suggestions or informations
  114. mainly on the NTFS structure decoding.
  115.  
  116.     B.VELLE
  117.     Email: Bertrand.Velle@csee-com.fr
  118.