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

  1. md zzztemp
  2. cd\zzztemp
  3. cls
  4. echo GET A MAP Floppy Disk Installation Program
  5. echo Please insert your original GET A MAP disk in Drive A
  6. pause
  7. copy a:*.*
  8. erase *.bat
  9. echo Please insert an unformatted disk in Drive A
  10. echo Warning: any data on this disk will be erased!
  11. pause
  12. format a: /n
  13. copy *.* a:
  14. echo Please press "Y" at the prompt
  15. erase *.*
  16. cd\
  17. rd zzztemp
  18. a:
  19. echo GET A MAP Working Disk is ready
  20. echo Type: GETAMAP {Enter} to Start
  21.