home *** CD-ROM | disk | FTP | other *** search
/ The Best of the Best / _.img / 01032 / hdinst.bat < prev    next >
DOS Batch File  |  1992-11-11  |  428b  |  22 lines

  1. @echo off
  2. if "%1" == "" goto usage
  3. md %1\eb >nul
  4. echo Copying files to hard disk...
  5. copy *.vol %1\eb >nul
  6. copy eb.exe %1\eb >nul
  7. copy install.exe %1\eb >nul
  8. copy read.com %1\eb >nul
  9. copy read.com %1\eb >nul
  10. copy read.me %1\eb >nul
  11. copy info.txt %1\eb >nul
  12. %1
  13. cd \eb
  14. install
  15. echo 
  16. echo Type EB to start the game.
  17. echo 
  18. goto exit
  19. :usage
  20. echo Type HDINST C: to install Electro Body to directory C:\EB
  21. :exit
  22.