home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1995 December / SOFM_Dec1995.bin / pc / os2 / os2scan / install.cmd < prev    next >
OS/2 REXX Batch file  |  1995-10-31  |  964b  |  37 lines

  1. @ECHO off
  2. CLS
  3. ECHO WELCOME TO McAFEE VIRUSCAN!
  4. ECHO  
  5. ECHO  
  6. ECHO  
  7. ECHO VirusScan is now checking your system for computer viruses
  8. ECHO before copying itself to your system.  This may take several
  9. ECHO minutes.
  10. ECHO  
  11. ECHO Now scanning for viruses...
  12. OS2SCAN.EXE /ADL
  13. If ErrorLevel 2 Goto Error2
  14. If Errorlevel 1 Goto Error1
  15. INST.EXE
  16. GOTO FINISH
  17. :Error2
  18. ECHO  
  19. ECHO ***  WARNING  ***                                  ***  ERROR  ***
  20. ECHO  
  21. ECHO An error occured while scanning your computer for viruses.  Please
  22. ECHO refer to your documentation or contact McAfee Associates for further
  23. ECHO assistance.
  24. ECHO  
  25. PAUSE
  26. ECHO  
  27. GOTO FINISH
  28. :error1
  29. ECHO  
  30. ECHO ***  WARNING  ***                            ***  VIRUS FOUND  ***
  31. ECHO  
  32. ECHO A virus was detected by VirusScan during the pre-installation check
  33. ECHO for viruses.  Please refer to the documentation or contact McAfee
  34. ECHO Associates for further assistance.
  35. ECHO  
  36. :FINISH
  37.