Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
1.4 KiB

  1. echo ************* STARTED DOCFILE STORAGE BVT %date% %time% ***************
  2. if exist stgbase.log del stgbase.log
  3. call bvttsts docfile
  4. ren stgbase.log stgbase_docfile.log
  5. echo ************* COMPLETED DOCFILE STORAGE BVT %date% %time% ***************
  6. fsname /r>fstemp1.bat
  7. call fstemp1.bat>fstemp2
  8. qgrep 5.0 fstemp2 | find "5.0" > nul
  9. if not errorlevel 1 goto StartNTFS5Bvt
  10. goto End
  11. :StartNTFS5Bvt
  12. echo ************* STARTED NSS STORAGE BVT %date% %time% ***************
  13. if exist stgbase.log del stgbase.log
  14. call bvttsts nss
  15. ren stgbase.log stgbase_nss.log
  16. echo ************* COMPLETED NSS STORAGE BVT %date% %time% ***************
  17. echo ************* STARTED CNSS STORAGE BVT%date% %time% ***************
  18. if exist stgbase.log del stgbase.log
  19. call bvttsts cnss
  20. ren stgbase.log stgbase_cnss.log
  21. echo ************* COMPLETED CNSS STORAGE BVT %date% %time% ***************
  22. if exist stgbase_docfile.log find /c "VAR_PASS" stgbase_docfile.log
  23. if exist stgbase_nss.log find /c "VAR_PASS" stgbase_nss.log
  24. if exist stgbase_cnss.log find /c "VAR_PASS" stgbase_cnss.log
  25. if exist stgbase_docfile.log find /c "VAR_FAIL" stgbase_docfile.log
  26. if exist stgbase_nss.log find /c "VAR_FAIL" stgbase_nss.log
  27. if exist stgbase_cnss.log find /c "VAR_FAIL" stgbase_cnss.log
  28. if exist stgbase_docfile.log findstr /s "VAR_FAIL" stgbase_docfile.log
  29. if exist stgbase_nss.log findstr /s "VAR_FAIL" stgbase_nss.log
  30. if exist stgbase_cnss.log findstr /s "VAR_FAIL" stgbase_cnss.log
  31. :End
  32. del fstemp1.bat
  33. del fstemp2