home *** CD-ROM | disk | FTP | other *** search
/ Mega CD-ROM 1 / megacd_rom_1.zip / megacd_rom_1 / MISCUTL / MAXI.ZIP / MAXI.DOC next >
Text File  |  1988-10-05  |  986b  |  23 lines

  1.  
  2. This program creates a DOS compatible floppy disk for DOS versions 3.2x
  3. (also 3.3x on 286/386 machines) which gives 420k bytes on a 360k drive;
  4. 800k on a 720k drive; or 1.4 meg on a 1.2 meg drive.
  5. The disks are not bootable.
  6.  
  7. General usage:
  8.          MAXI  <drive:> [/3] [/H] [/V]
  9.          where:   <drive:> is the letter code for the drive to do the
  10.          formatting on
  11.          [valid range is A: or B: only]
  12.             /3       is used to specify a 3-1/2 disk (800k)
  13.             /H       is used to specify a high density (1.4 meg) disk
  14.     and     /V       is used to specify a verify during format
  15.             /3 and /H cannot be used together.  Invalid command line options
  16.             are ignored.  Defaults are assumed as in the first example below.
  17.  
  18. Examples:
  19.   MAXI A:        will format a 420k disk in drive A: with no verify
  20.   MAXI B: /3 /V  will format an 800k disk in drive B: with verify
  21.   MAXI B: /H     will format a 1.4 meg disk in drive B:
  22.  
  23.