home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / PC_HELP1.ZIP / HELPDOS3.ZIP / FORMAT.### < prev    next >
Encoding:
Text File  |  1985-12-28  |  1.2 KB  |  22 lines

  1. COMMAND:  FORMATXT (Format Disk)
  2.  
  3. FUNCTION: Initializes the directory, FAT, and data area of a disk.
  4.  
  5. FORMAT:   FORMAT [d:][/S][/1][/8][/V][/B][/4]
  6.  
  7. TYPE:     DOS external command
  8.  
  9. REMARKS:  /S causes the DOS files IBMBIO.COM, IBMDOS.COM and COMMAND.COM to be
  10.           copied from the default drive to the specified disk or diskette.
  11.           /1 causes the target diskette to be formatted for single-sided use.
  12.           /8 causes the target diskette to be formatted for use at 8 sectors
  13.           per track. FORMAT always creates 9 sectors per track, regardless.
  14.           /V prompts you for a volume label to be written to the disk. It
  15.           cannot be used with the /8 parameter and can be 1-11 characters.
  16.           /B creates an 8 sector per track diskette with space for the hidden
  17.           system files. These files are not written to the diskette, but must
  18.           be written with the SYS command. /V and /S cannot be used with /B.
  19.           /4 formats a double-sided diskette in a high-capacity drive.
  20.           Formatting destroys any data on the disk. Defective tracks are marked
  21.           to prevent their use for data. A status report is also produced.
  22.