home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 June / SIMTEL_0692.cdr / msdos / mapping / getamap.arc / FFINSTAL.BAT < prev    next >
DOS Batch File  |  1987-06-26  |  489b  |  16 lines

  1. echo off
  2. cls
  3. echo GET A MAP Floppy Installation Program
  4. echo Place the Original GET A MAP Disk in Drive A
  5. echo Place the Working  GET A MAP Disk in Drive B
  6. echo Warning: any data on disk in Drive B will be erased!
  7. pause
  8. format b: /n
  9. copy a:*.* b:
  10. erase b:*.bat
  11. echo GET A MAP Installation is Complete!
  12. echo Remove the Original GET A MAP Disk from Drive A and put it somewhere safe
  13. echo Place the new GET A MAP Working Disk in Drive A
  14. echo Type: GETAMAP {Enter} to Start
  15. a:
  16.