home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1996 February
/
PCWK0296.iso
/
sharewar
/
os2
/
inne
/
virscan
/
install.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-09-13
|
964b
|
37 lines
@ECHO off
CLS
ECHO WELCOME TO McAFEE VIRUSCAN!
ECHO
ECHO
ECHO
ECHO VirusScan is now checking your system for computer viruses
ECHO before copying itself to your system. This may take several
ECHO minutes.
ECHO
ECHO Now scanning for viruses...
OS2SCAN.EXE /ADL
If ErrorLevel 2 Goto Error2
If Errorlevel 1 Goto Error1
INST.EXE
GOTO FINISH
:Error2
ECHO
ECHO *** WARNING *** *** ERROR ***
ECHO
ECHO An error occured while scanning your computer for viruses. Please
ECHO refer to your documentation or contact McAfee Associates for further
ECHO assistance.
ECHO
PAUSE
ECHO
GOTO FINISH
:error1
ECHO
ECHO *** WARNING *** *** VIRUS FOUND ***
ECHO
ECHO A virus was detected by VirusScan during the pre-installation check
ECHO for viruses. Please refer to the documentation or contact McAfee
ECHO Associates for further assistance.
ECHO
:FINISH