Download Latest Version MSVS2003 Project (908.1 kB)
Email in envelope

Get an email when there's a new version of DiskIO

Home
Name Modified Size InfoDownloads / Week
DiskIO.zip 2010-04-06 908.1 kB
ReadMe.txt 2010-04-06 1.4 kB
diskio.cpp 2010-04-06 14.7 kB
DiskIO.exe 2010-04-06 45.1 kB
Totals: 4 Items   969.3 kB 0
DISKIO   V30-MAR-2010    JJB Software    bellinbox@bellsouth.net

 USAGE: release\diskio DrvNum StartSec Cnt [FileName or CloneDrvNum] [WRITE or CLONE or IE]

 Examples:
  release\diskio
     List all 'PhysicalDriveX's

  release\diskio 0 0 1000 First1000Sectors.Dat
     Read 1000 sectors from drive 0 starting at sector 0 to file

  release\diskio 0 0 1000 First1000Sectors.Dat IE
     Ignore errors, Read 1000 sectors from drive 0 to file

  release\diskio 0 0 1000 First1000Sectors.Dat WRITE
     Write 1000 sectors from file starting at sector 0 on drive 0

  release\diskio 0 0 1000 2 CLONE
     Write 1000 sectors from sector 0 on drive 0 to start of drive 2





	This program lists all "PhysicalDriveX"s
	It will read any number of sectors to a file
	It will write any number of sectors from a file
	Read direct from drive to drive

        ********************
        ***** WARNING ******
        ********************
        This program will read and write to any drive specified.
        It does not care about files or any open or locked files.
        It can read the active boot partition OR WRITE TO IT !!!

        ********************
        **** BE CAREFUL ****
        ********************
        This program will do what you tell it, not what you mean.
        It can overwrite any physical device or location connected to this computer
Source: ReadMe.txt, updated 2010-04-06