if %oslang% == en echo Updating your Windows operating system, please Wait...
if %oslang% == de echo Ihr Windows Betriebssystem wird jetzt aktualisiert, bitte warten...
cd ..\%osver%%oslang%
if not exist .\hfxinst_%osver%%oslang%.cmd goto wrong_dir
call .\hfxinst_%osver%%oslang%.cmd
rem if %oslang% == en echo Please restart your Computer to make the updates effective.
rem if %oslang% == de echo Bitte starten Sie jetzt Ihren Computer neu, damit die Aktualisierungen wirksam werden.
goto exit
:wronglang
echo The Language of your Windows operating system is not supported with this update CD!
echo Only Windows XP or Windows 2000, German is supported.
pause
goto exit
:nolang
echo You may have Windows NT4, Win9x or the Language of your Windows operating system is not supported with this update CD! Only Windows XP or Windows 2000, German or English are supported.
pause
goto exit
:no_admin
if %oslang% == en echo Problem: You must be logged on as a local administrator. Otherwise, Windows cannot be patched!
if %oslang% == de echo Problem: Sie muessen als lokaler Administrator an Windows angemeldet sein, um die Aktualisierungen installieren zu koennen! Melden Sie sich bitte erneut als Administrator an und starten Sie dann die CD erneut.
pause
goto exit
:osver_error
if %oslang% == en echo Problem: Only Windows XP or Windows 2000 are supported.
if %oslang% == de echo Problem: Die Updates auf dieser CD sind nur fuer Windows XP oder Windows 2000.
pause
goto exit
:wrong_os
if %oslang% == en echo Only Windows XP or Windows 2000 are supported. You have a different operating system
if %oslang% == de echo Problem: Diese CD enthaelt Aktualisierungen fuer Windows XP und Windows 2000. Sie haben wahrscheinlich ein anderes Windows Betriebssystem!
pause
goto exit
:w2kpresp
cd ..\fixblast
call .\fixblast.cmd
if %oslang% == de call w2ksp4de.cmd
if %oslang% == en call w2ksp4en.cmd
goto exit
:xppresp
cd ..\fixblast
call .\fixblast.cmd
if %oslang% == de call xpde.cmd
if %oslang% == en call xpen.cmd
goto exit
:wrong_hw
if %oslang% == en echo Problem: The programs on this CD are only running on x86-compatible computers.
if %oslang% == de echo Problem: Diese CD funktioniert nur auf x86-kompatiblen Computern! Sie haben einen anderen Computer.
pause
goto exit
:wrong_dir
if %oslang% == en echo Please start this CD from its directory or doubleclick on start.htm.
if %oslang% == de echo Problem: Bitte rufen Sie diese CD auf, in dem Sie start.htm aus dem Hauptverzeichns der CD aufrufen.