home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
virusers
/
i-m123.arj
/
IMSETUP.BAT
< prev
Wrap
DOS Batch File
|
1992-07-14
|
5KB
|
90 lines
echo off
cls
IF NOT EXIST I-MAST.EXE GOTO HELP
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 ║ We are about to decompress and copy the IM files to your disk. ║
ECHO ╚════════════════════════════════════════════════════════════════════════╝
ECHO .
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 executing I-MAST.) ║
ECHO ║ ║
ECHO ║ Please hit Control/Break to abort, if you don't want to continue. ║
ECHO ║ ║
ECHO ╚════════════════════════════════════════════════════════════════════════╝
ECHO .
PAUSE
MD %IMD%\IMAST
I-MAST -e%IMD%\IMAST
%IMD%
CD \IMAST
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 executing I-MAST.EXE) ║
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 executing program I-MAST) ║
ECHO ╚════════════════════════════════════════════════════════════════════════╝
:end
SET IMD=