home *** CD-ROM | disk | FTP | other *** search
/ 201 Games 4 You / PILOT_2895.img / dosgame / geschick / heart / hdinst.bat < prev    next >
DOS Batch File  |  1992-11-26  |  380b  |  20 lines

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