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