home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1992 December / simtel1292_SIMTEL_1292_Walnut_Creek.iso / msdos / worldmap / world.arc / INSTALL.BAT < prev    next >
DOS Batch File  |  1987-01-10  |  522b  |  22 lines

  1. rem  Install.bat                The World Digitized
  2. rem
  3. rem  This batch file installs The World Digitized on your hard disk.
  4. rem  If the designation of your hard drive is not "C:", Control C
  5. rem  out of this command file and correct it before continuing.
  6. rem
  7. pause  The directory WORLD will be placed in your current directory on drive C:
  8. rem
  9. verify on
  10. mkdir c:world
  11. copy *.* c:world
  12. c:
  13. cd world
  14. mkdir africa
  15. mkdir antarctica
  16. mkdir asia
  17. mkdir australia
  18. mkdir europe
  19. mkdir northamerica
  20. mkdir southamerica
  21. install1
  22.