Dec 172017
Fast format using two drives, excellent really works. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
FFMT.COM | 17502 | 12165 | deflated |
FFMTX.COM | 17502 | 11774 | deflated |
FFMTX.PAS | 19722 | 5793 | deflated |
READ.ME | 1870 | 889 | deflated |
Download File FFMT01.ZIP Here
Contents of the READ.ME file
FFMT
====
Program FFMT is a fast formatter for DOS disks. On a single drive system,
FFMT will pause between disks, permitting a new disk to be placed in drive
'A'. In a two drive system, formatting will alternate between drives 'A'
and 'B', without pausing. A ^C entered at any time will terminate execution
when the current formatting operation is completed.
If the disk inserted for formatting is already formatted, FFMT will ask
for confirmation prior to initiating theformat operation.
If formatting without verification is selected (this is the default),
formatting will be approximately twice as fast as when using the DOS
FORMAT command. If format with verification is selected (by adding a ' V'
to the command line), formatting will be at approximately the same speed
as when using the DOS FORMAT command, but without all the question-answering
garbage imposed by the FORMAT command.
Prior to formatting for the first time, the program must be initialized.
This is accomplished by placing an already formatted disk in drive 'A',
and entering the DOS command 'FFMTX @'. Initialization information will
be read from the disk in 'A', and then you will be asked to supply the
number of disks on your system. Following this, an initialized copy will
be cloned as 'FFMT.COM'. The copy of FFMT.COM provided has been initialized
to operate on a two-drive system with 360k drives.
FFMT was created simply by stripping Kim Kokkonen's fast disk copier FCOPY
of the copying code, leaving only the formatting code. The drive switching
logic was changed slightly, and the number of drives added as a pre-clone
query. Also, the Verify was made into a command line option, rather than a
compile-time option.
This current version, 1.01, displays disk statistics after formatting.
Bill Madison
11/87
301/552-7234
CompuServe 73240,342
====
Program FFMT is a fast formatter for DOS disks. On a single drive system,
FFMT will pause between disks, permitting a new disk to be placed in drive
'A'. In a two drive system, formatting will alternate between drives 'A'
and 'B', without pausing. A ^C entered at any time will terminate execution
when the current formatting operation is completed.
If the disk inserted for formatting is already formatted, FFMT will ask
for confirmation prior to initiating theformat operation.
If formatting without verification is selected (this is the default),
formatting will be approximately twice as fast as when using the DOS
FORMAT command. If format with verification is selected (by adding a ' V'
to the command line), formatting will be at approximately the same speed
as when using the DOS FORMAT command, but without all the question-answering
garbage imposed by the FORMAT command.
Prior to formatting for the first time, the program must be initialized.
This is accomplished by placing an already formatted disk in drive 'A',
and entering the DOS command 'FFMTX @'. Initialization information will
be read from the disk in 'A', and then you will be asked to supply the
number of disks on your system. Following this, an initialized copy will
be cloned as 'FFMT.COM'. The copy of FFMT.COM provided has been initialized
to operate on a two-drive system with 360k drives.
FFMT was created simply by stripping Kim Kokkonen's fast disk copier FCOPY
of the copying code, leaving only the formatting code. The drive switching
logic was changed slightly, and the number of drives added as a pre-clone
query. Also, the Verify was made into a command line option, rather than a
compile-time option.
This current version, 1.01, displays disk statistics after formatting.
Bill Madison
11/87
301/552-7234
CompuServe 73240,342
December 17, 2017
Add comments