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

  1. @echo off
  2. cls
  3. Echo ┌──────────────────────────────────────────────┐
  4. echo │    Mario Typing Tutor 97 Install Program     │
  5. echo │    The Games need  10M Hard Disk space.      │
  6. echo │         Press Ctrl+break to cancel           │
  7. Echo └──────────────────────────────────────────────┘
  8. mdir /s%0 C:\Mario /m  /f10000000
  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. %1Mariox.exe
  20. if exist setup.exe setup.exe
  21.  
  22. :done
  23. cls
  24. Echo Install Complete !!!
  25. echo Type Mario 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.