home *** CD-ROM | disk | FTP | other *** search
- @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
-