home *** CD-ROM | disk | FTP | other *** search
- echo off
- IF NOT EXIST I-M211.ZIP GOTO HELP
- CLS
- ECHO ╔═══════════════════════════════════════════════════════════════════════╗
- ECHO ║ Welcome to Integrity Master (tm) v2.11 ║
- ECHO ║ the complete data integrity and anti-virus system. ║
- ECHO ║ ~~~~~~~~ ║
- ECHO ║ * * Copyright 1990-1993, by Wolfgang Stiller * * ║
- ECHO ║ ║
- ECHO ║ The full set of Integrity Master files is in a single PKzipped ║
- ECHO ║ archive called "I-M211.ZIP". Please distribute Integrity ║
- ECHO ║ Master in the form of this archive. ║
- ECHO ║ ║
- ECHO ║ This batch file is about to execute program UNZIP to extract these ║
- ECHO ║ files. (You can also use PKUNZIP for this purpose.) ║
- ECHO ╚═══════════════════════════════════════════════════════════════════════╝
- PAUSE
- CLS
- SET IMD=%1
- if "%1" == "" goto Cinst
- goto NotCinst
- :CINST
- SET IMD=c:
- :NotCinst
- ECHO ╔════════════════════════════════════════════════════════════════════════╗
- ECHO ║ We are about to create a directory called \IMAST on your disk %IMD% and ║
- ECHO ║ copy your Integrity Master files into this directory. If you'd like ║
- ECHO ║ to copy these files elsewhere, enter "IMSETUP d:" where d is the disk ║
- ECHO ║ you would like the files to be copied to. ║
- ECHO ║ ║
- ECHO ║(You can also do this manually by using UNZIP to extract I-M211.ZIP.) ║
- ECHO ║ ║
- ECHO ║ Please hit Control/Break to abort, if you don't want to continue. ║
- ECHO ║ ║
- ECHO ╚════════════════════════════════════════════════════════════════════════╝
- ECHO .
- PAUSE
- MD %IMD%\IMAST
- COPY unzip.exe %IMD%\IMAST
- COPY I-M211.zip %IMD%\IMAST
- %IMD%
- CD \IMAST
- UNZIP I-M211
- DEL unzip.*
- DEL *.ZIP
- ECHO .
- ECHO ╔═════════════════════════════════════════════════════════════════════╗
- ECHO ║ ║
- ECHO ║ Extraction and copying of files to directory \IMAST is complete! ║
- ECHO ║ ──────────────────────────────────────────────────────────────── ║
- ECHO ║ ║
- ECHO ║ To finish the installation, just enter the command: SETUPIM ║
- ECHO ║ ║
- ECHO ║ If you have already installed Integrity Master, simply copy IM.EXE ║
- ECHO ║ and SETUPIM.EXE to any disk or diskette where you've placed these ║
- ECHO ║ files. For most people, this means just copying IM.EXE to your ║
- ECHO ║ IM boot diskette. ║
- ECHO ╟─────────────────────────────────────────────────────────────────────╢
- ECHO ║ To locate your IM files in the future, enter these commands: ║
- ECHO ║ %IMD% ║
- ECHO ║ CD \IMAST ║
- ECHO ╚═════════════════════════════════════════════════════════════════════╝
- goto end
- :HELP
- cls
- ECHO ╔════════════════════════════════════════════════════════════════════════╗
- ECHO ║ Thank you for evaluating Integrity Master(tm), the fastest and most ║
- ECHO ║ powerful data integrity and anti-virus software available at any price!║
- ECHO ╟────────────────────────────────────────────────────────────────────────╢
- ECHO ║ To decompress and copy the IM files, change to the disk containing ║
- ECHO ║ your new files and type "IMSETUP d:" where d is the disk you would ║
- ECHO ║ like the files to be copied to. For example, to install on disk C: ║
- ECHO ║ with your files on disk A:, enter the following commands: ║
- ECHO ║ A: ║
- ECHO ║ IMSETUP C: ║
- ECHO ║ IMSETUP will then create a directory called \IMAST on disk C: and ║
- ECHO ║ extract the IM files into this directory. ║
- ECHO ║ ║
- ECHO ║ (You can also do this manually by unzipping I-M211.ZIP) ║
- ECHO ╚════════════════════════════════════════════════════════════════════════╝
- :end
- SET IMD=
-
-