Acronis Drive Monitor - User Guide Manuale Utente Pagina 16

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 31
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 15
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
Vedere la pagina 15
1 2 ... 11 12 13 14 15 16 17 18 19 20 21 ... 30 31

Commenti su questo manuale

Nessun commento