home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Sound & MIDI / Chip-Special_Sound-und-Midi-auf-dem-PC.bin / dosgames / hl / hdinst.bat next >
DOS Batch File  |  1993-01-14  |  393b  |  19 lines

  1. @echo off
  2. if "%1" == "" goto usage
  3. md %1\hl >nul
  4. echo Kopiere Dateien auf die Festplatte...
  5. copy hl.exe %1\hl >nul
  6. copy install.exe %1\hl >nul
  7. copy hl.anl %1\hl >nul
  8. copy info.txt %1\hl >nul
  9. %1
  10. cd \hl
  11. install
  12. echo 
  13. echo Bitte HL eingeben um das Spiel zu starten.
  14. echo 
  15. goto exit
  16. :usage
  17. echo HDINST C: installiert HeartLight PC auf der Festplatte C in Verzeichnis HL
  18. :exit
  19.