home *** CD-ROM | disk | FTP | other *** search
- echo off
- cls
- if not exist mcs_edit.exe goto err1
- if exist install.txt type install.txt
- MCS_EDIT -INSTALL
- goto end
-
- :err1
- if exist mcs_run.exe goto err2
- echo ERROR - The drive you are installing from must be the currently logged drive...
- goto errmsg
-
- :err2
- echo ERROR - You are trying to install MCS from INSTALLATION DISK 2...
- goto errmsg
-
- :errmsg
- echo To install MCS from Drive A, place INSTALLATION DISK 1 into Drive A:, and
- echo then type the following:
- echo A:
- echo INSTALL
- goto end
-
- :end