home *** CD-ROM | disk | FTP | other *** search
/ Shareware Supreme Volume 6 #1 / swsii.zip / swsii / 197 / DFORMAT.ZIP / DFORMAT.DOC < prev    next >
Encoding:
Text File  |  1991-08-10  |  1.9 KB  |  43 lines

  1.        --------------------------------------------------------------------
  2.          DFORMAT.BAT               DFSELECT.COM              DFORMAT.DOC
  3.        --------------------------------------------------------------------
  4.            (For DOS 4.0 and Above)   (8/10/91)   (By L.E. Snyder, GMC)
  5.        --------------------------------------------------------------------
  6.  
  7.        DFORMAT.BAT will handle the most common Floppy Disk Formatting tasks
  8.        automatically.  It formats 720K, 1.44M or 2.88M disks via 3-1/2 inch
  9.        disk drives and 360K or 1.20M disks via 5-1/4 inch disk drives in
  10.        either Drive A: or Drive B: simply by selecting menu choices.
  11.  
  12.        For the command to work properly it needs the DOS FORMAT.COM and a
  13.        program created via DEBUG called DFSELECT.COM.  This program is
  14.        necessary in order to send the proper selection response with a
  15.        keypress.  It screens out everything except the digits 1 through 5,
  16.        and the letters A, B, Y, and N.
  17.  
  18.        It is suggested that DFORMAT.BAT and DFSELECT.COM be placed in your
  19.        DOS Subdirectory which contains the file FORMAT.COM.
  20.  
  21.        These programs are placed into the public domain as freeware.
  22.  
  23.        For your convenience, following is the ASCII script file which was
  24.        typed to create DFSELECT.COM.  You can revise, expand, transmit, or
  25.        re-create the COM file by typing: DEBUG < DFSELECT.SCR.
  26.  
  27.        DFSELECT.SCR:
  28.  
  29.        N DFSELECT.COM
  30.        E 0100 B4 00 CD 16 3C 00 74 F8
  31.        E 0108 3C 1B 75 05 B0 FF EB 1B
  32.        E 0110 90 3C 31 72 EB 3C 36 72
  33.        E 0118 12 24 5F 3C 41 74 0C 3C
  34.        E 0120 42 74 08 3C 4E 74 04 3C
  35.        E 0128 59 75 D5 B4 4C CD 21 C3
  36.        RCX
  37.        0030
  38.        W
  39.        Q
  40.  
  41.        NOTE:  Be sure to leave an extra blank line after the final Q.
  42.     ────────────────────────────────────────────────────────────────────────
  43.