home *** CD-ROM | disk | FTP | other *** search
- echo off
- if %1a == a goto bad
- if %2a == a goto bad
- if %1 == %2 goto bad
- cls
- echo ╔════════════════════════════════════════════════════════╗
- echo ║ SOFTSTAR Software Inc. Computer Fate Install Program ║
- echo ╚════════════════════════════════════════════════════════╝
- echo .
- echo Installing To %2
- echo .
- echo .
- md %2\MBCR > nul
- copy %1\*.* %2\MBCR > nul
- goto last1
- rem
- :bad1
- echo .
- echo Could Not Create The Computr Fate Subdirectory On %2
- echo Computer Fate Not Installed.
- goto last1
- :BAD
- cls
- echo .
- echo .
- echo %0 %1 %2
- echo .
- echo Install option missing or invalid. Please try again.
- echo Format of command is:
- echo INSTALL [Source Drive] [Target Drive]
- echo .
- echo Where:
- echo .
- echo [Source Drive] is the drive containing the Computer Fate disk
- echo .
- echo [Target Drive] is the destination drive & path you want Computer Fate
- echo copied to.
- echo .
- echo .
- echo Example: INSTALL A: C:
- echo .
- echo This would install the game into C:\MBCR from the A: drive.
- echo .
- :last1