Acronis Drive Monitor - User Guide Benutzerhandbuch
Seite 16
Advertising

16
Copyright © Acronis, Inc., 2000-2010
)
if %%a==Failed (
if %%b==Disks (
echo Ausgefallene Laufwerke: %%d
set /a failed_disks=%%d
)
)
)
echo.
echo Informationen physikalische Geraete
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 Geraet im Steckplatz %%c
)
if %%a==Media (
set /a error_count+=%%d
echo Fehlerrate Medium: %%d
)
if %%a==Other (
set /a error_count+=%%d
echo Fehlerrate andere: %%d
echo.
)
)
echo ***
echo.
Advertising