home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / FLOPPIES / SIMULFMT.ZIP / FMT.BAT next >
Encoding:
DOS Batch File  |  1986-10-24  |  118 b   |  6 lines

  1. echo Formatting Drive B:......
  2. format b: <input >nul
  3. echo Formatting Drive A:......
  4. format a: <input >nul
  5. fmt
  6.