home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem *----------------------------------------------*
- rem * IBM AntiVirus/DOS *
- rem * Version 1.02 *
- rem * 5555-937 (C) Copyright IBM Corp. 1989, 1993. *
- rem * All rights reserved. *
- rem * U.S. Government Users Restricted Rights - *
- rem * Use, duplication or disclosure restricted *
- rem * by GSA ADP Schedule Contract with IBM Corp. *
- rem *----------------------------------------------*
- %1IBMAVDQ SHIELD
- if errorlevel 100 goto out
- if errorlevel 8 goto eight
- if errorlevel 4 goto four
- goto run
- :eight
- %1IBMAVSH /S /X /!
- if errorlevel 6 goto run
- if errorlevel 5 goto run4
- goto run
- :four
- %1IBMAVSH /S /X /H /!
- if errorlevel 6 goto run
- if errorlevel 5 goto run4
- :run
- %1IBMAVDQ RUN
- if errorlevel 100 goto out
- if errorlevel 4 goto run4
- %1IBMAVDQ SHIELD
- if errorlevel 4 goto run5
- goto out
- :run5
- %1IBMAVDQ TOOLD
- if errorlevel 4 goto run6
- goto out
- :run6
- cls
- @echo *** Warning ****************************************************
- @echo * *
- @echo * This version of IBM AntiVirus needs to be updated to enhance *
- @echo * your protection against newer viruses. Please install the *
- @echo * latest version of IBM AntiVirus. *
- @echo * *
- @echo ****************************************************************
- goto out
- :run4
- if exist %1IBMAVD.EXE %1IBMAVD /AUTORUN
- :out
-