Users Guide

wenn %ExitCode% EQU 2 echo Ergebnis: NEUSTART_ERFORDERLICH >>%LOG%
wenn %ExitCode% EQU 3 echo Ergebnis: DEP_SOFT_FEHLER >>%LOG%
wenn %ExitCode% EQU 4 echo Ergebnis: DEP_HARD_ERROR >>%LOG%
wenn %ExitCode% EQU 5 echo Ergebnis: QUAL_HARD_ERROR >>%LOG%
wenn %ExitCode% EQU 6 echo Ergebnis: SYSTEM_NEUSTART >>%LOG%
setze PKG=C:\Aktualisierungen\BIOS\PE2600-BIOS-WIN-A04.exe
echo Executing %PKG% >>%LOG%
%PKG% /s /l=%LOG%
Setze ExitCode=%ErrorLevel%
wenn %ExitCode% EQU 0 echo Ergebnis: ERFOLGREICH >>%LOG%
wenn %ExitCode% EQU 1 echo Ergebnis: UNERFOLGREICH >>%LOG%
wenn %ExitCode% EQU 2 echo Ergebnis: NEUSTART_ERFORDERLICH >>%LOG%
wenn %ExitCode% EQU 3 echo Ergebnis: DEP_SOFT_FEHLER >>%LOG%
wenn %ExitCode% EQU 4 echo Ergebnis: DEP_HARD_ERROR >>%LOG%
wenn %ExitCode% EQU 5 echo Ergebnis: QUAL_HARD_ERROR >>%LOG%
wenn %ExitCode% EQU 6 echo Ergebnis: SYSTEM_NEUSTART >>%LOG%
ZurückzumInhaltsverzeichnis