home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / FMT2_S.ZIP / FMT2-S.DOC < prev    next >
Encoding:
Text File  |  1987-02-21  |  1.7 KB  |  59 lines

  1.  
  2.  
  3.         FMT2-S.BAT - Enables constant dual disk formatting
  4.  
  5.              Enhanced by the Doctor for Public Domain
  6.  
  7.  
  8.     This simple batch file was developed as a solution to a friend of
  9.     mine who formatted disks for his customers, as an extra service
  10.     whenever they bought diskettes.  Originally, he had used DOS's
  11.     FORMAT.COM on its own, with a patch made to it that beeped when
  12.     the "Format Another(Y/N)?" prompt came up.  I made FM2-S.BAT so
  13.     that all his secretary would have to do is keep putting in
  14.     diskettes.
  15.  
  16.     FMT2-S.BAT does the following, using DOS batch commands:
  17.  
  18.         1. Erases the screen
  19.         2. Beeps and Displays the message, "Formatting Drive B:....."
  20.         3. Suppresses the screen output of FORMAT.COM
  21.         4. Erases the screen
  22.         5. Beeps and Displays the message, "Formatting Drive A:....."
  23.         6. Suppresses again the screen output of FORMAT.COM
  24.         7. Re-executes itself
  25.  
  26.     FMT2-S.BAT does the above in 1:46 - in a dual-sided, 9-sector format.
  27.  
  28.     NOTE: BEFORE USING FMT2-S.BAT, INSTALL THE FOLLOWING FILES ON A 32KB
  29.     RAMDISK, USING ANY AVAILABLE RAMDISK FUNCTION(ie QDXT 1/A, or
  30.     RAMDISK 1, etc.) : UNLESS YOU ARE ONE OF THE LUCKY ONES WHO HAS A
  31.     HARD DRIVE THEN JUST INSTALL THE FILES BELOW ON HARD DRIVE ALONG WITH
  32.     THE DOS COMMAND.COM YOU WISH TO USE. TYPE FMT2-S ENTER
  33.                 COMMAND.COM (2.0 AND HIGHER)
  34.                 FORMAT.COM
  35.                 FMT2-S.BAT
  36.                 INPUT      <- this file routes instructions
  37.                          to FORMAT.COM, bypassing the
  38.                          user input functions
  39.  
  40.     To temporarily halt formatting, simply press Ctrl-NumLock.
  41.  
  42.     To halt the loop, wait until Drive A: is being formatted, and hold
  43.     the Ctrl-Break keys down.  When FORMAT.COM is finished verifying
  44.     Drive A:, it will break out of the loop.
  45.  
  46.                     21 February 1987
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.