home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- echo
- echo System Commander - Installation
- echo █████ █ █ █ ███████████████████████████████████████████████████████████████
- echo
- if exist scin.exe goto loading
- echo The SCIN.EXE file was not found on default drive. Select the default drive
- echo from DOS before running INSTALL (i.e. to install from drive B:, at the DOS
- echo prompt type "B:"). The System Commander must be in the default drive.
- echo
- goto done
- :loading
- echo
- echo In a moment, the System Commander Installation will begin. In most cases
- echo the installation will only take several minutes to complete.
- echo
- echo ─────── loading System Commander Installation/Information program SCIN.
- rem
- rem System Commander MUST be installed from a diskette! Do not attempt
- rem to move files to the hard disk and install, or install over a network.
- rem
- scin install %1 %2
- :done
-
-