Software to read / write disk sectors to / from file.
The program works from the command line. Starting without parameters displays
help.
DiskSector [Key] [Drive] [File] [Sector] [Length]
Key |
-S = Save sectors of physical drive to file; -L = Load data
from file and put it to physical drive |
Drive |
physical drive number |
File |
File name |
Sector |
Sector number; optional; The
default value is 0 |
Length |
The number of bytes that need to read / write; optional; default
value for Save=512 / for Load = file length |
download disksector
|