Acronis Drive Monitor - User Guide Instrukcja Użytkownika Strona 15

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 25
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 14
echo Critical disks: %%d
set /a critical_disks=%%d
)
)
if %%a==Failed (
if %%b==Disks (
echo Failed disks: %%d
set /a failed_disks=%%d
)
)
)
echo.
echo Physical devices information
echo.
set error_count=0
::CmdTool2 -PDList -aALL
for /f "tokens=1-4" %%a in ('CmdTool2 -PDList -aALL ^| findstr "Error Adapter Slot"') do (
if %%a==Adapter (
echo %%a %%b
echo ***
)
if %%a==Slot (
echo Device on slot %%c
)
Przeglądanie stron 14
1 2 ... 10 11 12 13 14 15 16 17 18 19 20 ... 24 25

Komentarze do niniejszej Instrukcji

Brak uwag