home *** CD-ROM | disk | FTP | other *** search
/ Feng Hua Qiao Yue - Video Editing / VOLUME_ID.iso / super2x / super2xx.exe / INSTALL.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-05-12  |  778 b   |  39 lines

  1. @echo off
  2. cls
  3. Echo ┌──────────────────────────────────────────────┐
  4. echo │    SUPER2 BUGFIX 1.07   Install Program      │
  5. echo │    The Games need  2M Hard Disk space.       │
  6. echo │         Press Ctrl+break to cancel           │
  7. Echo └──────────────────────────────────────────────┘
  8. mdir /s%0 C:\SUPER2 /m  /f2000000
  9. if errorlevel 1 goto first
  10. goto help
  11.  
  12. :FIRST
  13. inst.bat
  14.  
  15. :NewStart
  16. cls
  17. echo Loading....
  18. IF EXIST SUPER2.EXE GOTO OK
  19. ECHO SUPER HERO II Main file not found !!
  20. goto end
  21.  
  22. :ok
  23. copy %1*.* /y >nul
  24. if exist update.exe update.exe
  25. if exist readme3.exe readme3.exe
  26.  
  27. :done
  28. Echo Install Complete !!!
  29. goto end
  30.  
  31. :help
  32. echo 
  33. echo     Target path error, or not enough disk space !!!
  34. echo  
  35. goto end
  36.  
  37. :end
  38. if exist inst.bat del inst.bat
  39.