home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / game3 / 3d-demo.lzh / INSTALLH.BAT < prev    next >
DOS Batch File  |  1986-11-19  |  335b  |  22 lines

  1. echo off
  2. echo  
  3. echo  
  4. echo HARD DISK INSTALLATION FOR DEMO
  5. pause
  6.  
  7. a:makepath \sierra
  8. if errorlevel 1 goto CantMake
  9. a:makepath demo
  10. if errorlevel 1 goto CantMake
  11. copy a:_install.bat
  12. _install
  13. goto Exit
  14.  
  15. :CantMake
  16. echo Unable to create the directory
  17. echo     \sierra\demo
  18. echo Installation cancelled.
  19. goto Exit
  20.  
  21. :Exit
  22.