To answer your question, you must first have a 720 kb diskette. Do not use a
1.44 kb diskette, for it will not work. The syntax to format a 720 kb
diskette is: FORMAT A: /F:720
I have never seen a 770 kb diskette!
__________________________________
Extracted from:
http://www.computerhope.com/formathl.htm
SYNTAX
Formats a disk for use with MS-DOS.
FORMAT drive: [/V[:label]] [/Q] [/F:size] [/B | /S] [/C]
FORMAT drive: [/V[:label]] [/Q] [/T:tracks /N:sectors] [/B | /S] [/C]
FORMAT drive: [/V[:label]] [/Q] [/1] [/4] [/B | /S] [/C]
FORMAT drive: [/Q] [/1] [/4] [/8] [/B | /S] [/C]
/V [:label] Specifies the volume label.
/Q Performs a quick format.
/F:size Specifies the size of the floppy disk to format (such as 160, 180,
320, 360, 720, 1.2, 1.44, 2.8

.
/B Allocates space on the formatted disk for system files.
/S Copies system files to the formatted disk.
/T: tracksSpecifies the number of tracks per disk side.
/N: sectorsSpecifies the number of sectors per track.
/1 Formats a single side of a floppy disk.
/4 Formats a 5.25-inch 360K floppy disk in a high-density drive.
/8 Formats eight sectors per track.
/C Tests clusters that are currently marked "bad."
EXAMPLES
When using the format command remember all information the drive you wish to
format will be completely erased.
format a: - Would erase all the contents off a disk. Commonly used on a
diskette that has not been formatted or on a diskette you wish to erase.
format a: /q - Quickly erases all the contents of a floppy diskette.
Commonly used to quickly erase all information on the diskette.
format c: - This would erase all the contents of your hard disk drive. In
other words unless you wish to erase all your computers information command
should not be done.
--
Jerry G. GLG Technologies GLG
==========================
"Ludwig77" <> wrote in message
news: m...
I have an older piece of hardware that requires a 3.5" Double Density
770 k floppy.
I was told that one can enter the following command of format a:/f:770
from a DOS cmomand shell and reformat an existing standard HD floppy
to DD.
However I can't do this from the DOS shell command for Windows XP. My
attempts from Windows 98 and NT machines give me the following error:
"Invalid Media or Track 0 bad disk unuseable"
Any suggestions?