home *** CD-ROM | disk | FTP | other *** search
/ Feng Hua Qiao Yue - Video Editing / VOLUME_ID.iso / kindan / install.bat next >
Encoding:
DOS Batch File  |  1997-05-25  |  671 b   |  35 lines

  1. @echo off
  2. cls
  3. Echo ┌──────────────────────────────────────────────┐
  4. echo │         Kindan          Install Program      │
  5. echo │    The Games need 15M Hard Disk space.       │
  6. echo │         Press Ctrl+break to cancel           │
  7. Echo └──────────────────────────────────────────────┘
  8. mdir /s%0 C:\Kindan /m  /f15000000
  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. %1Kindanx.exe
  20.  
  21. :done
  22. cls
  23. Echo Install Complete !!!
  24. echo Run Kindan.exe from Chinese Windows 95
  25. goto end
  26.  
  27. :help
  28. echo 
  29. echo     Target path error, or not enough disk space !!!
  30. echo  
  31. goto end
  32.  
  33. :end
  34. if exist inst.bat del inst.bat
  35.