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

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