home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / FMT2_S.ZIP / FMT2.BAT < prev    next >
Encoding:
DOS Batch File  |  1987-02-21  |  147 b   |  10 lines

  1. echo off
  2. cls
  3. echo Formatting Drive B:......
  4. format b:<input >nul
  5. cls
  6. echo Formatting Drive A:......
  7. format a:<input >nul
  8. echo off
  9. fmt2
  10.