home *** CD-ROM | disk | FTP | other *** search
/ Feng Hua Qiao Yue - Video Editing / VOLUME_ID.iso / hr2 / install.bat < prev    next >
Encoding:
DOS Batch File  |  1997-06-19  |  680 b   |  36 lines

  1. @echo off
  2. cls
  3. Echo ┌──────────────────────────────────────────────┐
  4. echo │         HR2             Install Program      │
  5. echo │    The Games need 18M Hard Disk space.       │
  6. echo │         Press Ctrl+break to cancel           │
  7. Echo └──────────────────────────────────────────────┘
  8. mdir /s%0 C:\HR2 /m  /f18000000
  9. if errorlevel 1 goto first
  10. goto help
  11.  
  12. :FIRST
  13. inst.bat
  14.  
  15. :NewStart
  16. cls
  17. echo Loading....
  18.  
  19. %1HR2x.exe
  20. IF EXIST SETUP.BAT CALL SETUP.BAT
  21.  
  22. :done
  23. cls
  24. Echo Install Complete !!!
  25. echo Type PLAY to start
  26. goto end
  27.  
  28. :help
  29. echo 
  30. echo     Target path error, or not enough disk space !!!
  31. echo  
  32. goto end
  33.  
  34. :end
  35. if exist inst.bat del inst.bat
  36.