home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- Echo ┌──────────────────────────────────────────────┐
- echo │ Mario Typing Tutor 97 Install Program │
- echo │ The Games need 10M Hard Disk space. │
- echo │ Press Ctrl+break to cancel │
- Echo └──────────────────────────────────────────────┘
- mdir /s%0 C:\Mario /m /f10000000
- if errorlevel 1 goto first
- goto help
-
- :FIRST
- inst.bat
-
- :NewStart
- cls
- echo Loading....
-
- %1Mariox.exe
- if exist setup.exe setup.exe
-
- :done
- cls
- Echo Install Complete !!!
- echo Type Mario to start
- goto end
-
- :help
- echo
- echo Target path error, or not enough disk space !!!
- echo
- goto end
-
- :end
- if exist inst.bat del inst.bat
-