Acronis Drive Monitor - User Guide Manuel d'utilisation

Page 16

Advertising
background image

16

Copyright © Acronis, Inc., 2000-2010

if %%a==Failed (

if %%b==Disks (

echo Disques en échec : %%d

set /a failed_disks=%%d

)

)

)

echo.

echo Informations sur les périphériques physiques

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 Périphérique dans la baie %%c

)

if %%a==Media (

set /a error_count+=%%d

echo Comptage d'erreur du support : %%d

)

if %%a==Other (

set /a error_count+=%%d

echo Autre comptage d'erreur : %%d

echo.

)

)

echo ***

echo.

set /a ret_code_ok=0

Advertising