home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / utils / assort.zip / QDR.DOC < prev    next >
Text File  |  1987-10-24  |  6KB  |  169 lines

  1.  
  2.  Command QDR                                                Version 3.2b
  3.  -----------                                                Oct 24, 1987
  4.  
  5.  
  6.  Purpose
  7.  -------
  8.         Re-format a floppy  disk quickly,  optionally  with a new  volume
  9.         label, thus deleting all files and sub-directories on a diskette.
  10.  
  11.  Format
  12.  ------
  13.                 QDR [d:][label]  [/F] [/N] [/V] [/B] [/Q]
  14.                                  [/1] [/2] [/3] [/4] [/8]
  15.  
  16.  Remarks
  17.  -------
  18.         The d: parameter is required and it  supplies  the drive letter.
  19.         A fixed disk  can not  be re-formatted.
  20.  
  21.         You may supply a volume label (up to 11 characters)  immediately
  22.         following the drive letter.  For example:
  23.  
  24.                 QDR b:scratch
  25.  
  26.         Use the /F option to force a full format of all tracks.  The /1,
  27. |       /2, /3, /4, and /8 options apply to a full format,  and  specify
  28. |       the disk type.
  29.  
  30.         Bad clusters remain marked as bad unless a full format is
  31.         used, then clusters are marked as unusable if they can not be
  32.         formatted.  Use the /V (verbose) option to receive a display of
  33.         the cluster numbers that are marked as not usable.
  34.  
  35.         The /N option suppresses  the "press ENTER to  continue" prompt.
  36.         Otherwise, press  the enter  key to  reformat the  disk, or  the
  37.         ESCape key to cancel.
  38.  
  39.         The DOS error level is set to 0 for successful completion, or to
  40.         1 if any errors occur.
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.         QDR (c) Copyright Vernon D. Buerg 1986,87. All rights reserved.
  57.  
  58.  
  59.  Command QDR                                                Version 3.2b
  60.  -----------                                                Oct 24, 1987
  61.  
  62.                         Options
  63.                         -------
  64.  
  65.         /F - forced format; uses DOS to format and verify each track
  66.  
  67.         /1 - forces single sided format, SSSD/8 or SSSD/9, on 360 kb drives
  68. |       /2 - forces DSHD format on 1440 kb capacity drives
  69.         /3 - forces DSQD format on 720 kb capacity drives
  70. |       /4 - forces DSDD format on 1.2 mb capacity drives
  71.         /8 - forces 8-sector format, SSSD/8 or DSDD/8, on 360 kb drives
  72.  
  73.         /N - no prompt; skips the "Press ENTER" message and reply
  74.  
  75.         /V - verbose messages; displays a message for each cluster
  76.              that is marked as unusable
  77.  
  78. |       /B - use disk BIOS routines only for formatting; if omitted,
  79. |            the DOS routines used for formatting are determined by the
  80. |            version of DOS in use. This option is supplied as an
  81. |            alternative to the default because QDR may not be able
  82. |            to format a new diskette when certain device drivers or
  83. |            versions of DOS are installed.
  84.  
  85. |       /Q - quick format without verification or bad track marking.
  86. |            If the target disk has bad spots, write errors may result.
  87. |            This option is NOT recommended for formatting new
  88. |            diskettes.
  89.  
  90.  
  91.  
  92.                          Formatting
  93.                          ----------
  94.  
  95.         To perform a full format of a disk sectors, use the /F  options.
  96.         It is recommended that you use DOS FORMAT since QDR is not  much
  97.         faster when doing a full format.  Both mark bad clusters.
  98.  
  99.         You may suppy /1 to force  SSSD format, /4 for DSQD (1.2mb),  or
  100.         /3 for DSQD (720kb), or /8 for eight-sectors (SSSD or DSDD).
  101.  
  102.         Unless /F is used, the diskette must have been previously
  103.         formatted.  The allowable diskette formats are:  DSQD (1.2mb or
  104.         720kb), SSSD/8, SSSD/9, DSDD/8, DSDD/9, and DSHD (1.44 mb).
  105.         When information is available for other drive types, they will
  106.         be added to the data in the internal device table.  Your system
  107.         hardware and software must support the device type.
  108.  
  109.  Command QDR                                                Version 3.2b
  110.  -----------                                                Oct 24, 1987
  111.  
  112.                          Examples
  113.                          --------
  114.  
  115.      o  Reformat a previously formatted and used diskette. Write a
  116.         volume label of SCRATCH:
  117.  
  118.                 QDR A:scratch
  119.  
  120.      o  Alternately format new diskettes in drives A and B.
  121.         First, create a BAT file called TWOFOR.BAT with these commands:
  122.  
  123.                 QDR A: /F/N
  124.                 QDR B: /F/N
  125.                 TWOFOR
  126.  
  127.         Then, issue the command TWOFOR. When the last diskette has been
  128.         formatted, press ctrl-C to abort the program.
  129.  
  130.  
  131.                          Version history
  132.                          ---------------
  133.  
  134.         Version 1.0, 2/28/86
  135.           -  initial release
  136.  
  137.         Version 2.7, 2/4/87
  138.           -  update boot sector with device  constant when  using /f  to
  139.              format, should correct problems  with 3.5  inch dsqd  drive
  140.           -  correct  initialization of  fat (not marking  bad clusters)
  141.              when using /f
  142.  
  143.         Version 2.8, 2/5/87
  144.           -  correct marking of fat for side 2
  145.           -  improve format verification, set retries to 2
  146.           -  add operator action request for drive not ready  or if disk
  147.              is write protected
  148.  
  149.         Version 2.9, 3/20/87
  150.           -  minor correction for /3 (dsqd) formatting
  151.  
  152. |       Version 3.2, 10/24/87
  153. |         - change meaning of /4; the default format is now the
  154. |           highest density for the drive.
  155. |         - allow formatting of drives under DOS 3.2 (and later?),
  156. |           and new formats 3.5/720kb and 3.5/1440kb.
  157.  
  158.  
  159.                          Restrictions
  160.                          ------------
  161.  
  162.         QDR (c) Copyright Vernon D. Buerg 1986,87. All rights reserved.
  163.  
  164.         May be copied  and distributed in  its original form  only.  For
  165.         private, personal use.  May  not  be  sold  or rented.  Use this
  166.         program at your own risk. No warranty is given and no  liability
  167.         is assumed.
  168.  
  169.