home *** CD-ROM | disk | FTP | other *** search
/ PC Computing Multimedia MegaPac / Multimedia_MegaPac_PC_Computing_D31N_Ziff-s_1999.iso / ad / symantec / nav9xtr.exe / data1.cab / NAV_Program-AT / test.bat < prev   
DOS Batch File  |  1999-02-05  |  2KB  |  49 lines

  1. @echo off
  2. cls
  3. echo.
  4. echo.
  5. echo.
  6. IF EXIST c:\nul GOTO SUCCESS
  7. echo  ******************************************************************************
  8. echo  *************************** Norton AntiVirus Rescue **************************
  9. echo  ******************************************************************************
  10. echo.
  11. echo                           Rescue Disk Test Results
  12. echo.
  13. echo.
  14. echo      The C: drive could not be accessed. 
  15. echo.
  16. echo      You may have a multi-boot system or an embedded driver. In this case, 
  17. echo      a change to your Norton Rescue Boot Disk is required. See the README.TXT
  18. echo      file in your Norton AntiVirus folder for instructions on how to modify
  19. echo      your Norton Rescue Boot Disk for proper operation."
  20. echo.
  21. echo.
  22. echo      NOTE: In rare circumstances, the C: drive may not be accessible due to 
  23. echo      a virus infection. To make sure that a virus is not the cause, insert
  24. echo      your Rescue Disk" labeled "Norton AntiVirus Program Disk," type GO and
  25. echo      press Enter.
  26. echo.         
  27. echo.
  28. echo  ******************************************************************************
  29. goto END
  30. :SUCCESS
  31. echo  ******************************************************************************
  32. echo  *************************** Norton AntiVirus Rescue **************************
  33. echo  ******************************************************************************
  34. echo.
  35. echo                           Rescue Disk Test Results
  36. echo.
  37. echo.
  38. echo         SUCCESS! Your Norton AntiVirus Boot Disk passed the drive access
  39. echo         test and will start your computer in an emergency situation.
  40. echo.
  41. echo         Write-protect your Rescue Disks and store them in a safe place.
  42. echo.
  43. echo  ******************************************************************************
  44. :END
  45. echo.
  46. echo.
  47. echo.
  48.  
  49.