
@rem echo "OSTest %1% %2% %3% %4% %5% %6%"

@if %1% == "(WIN2K-XP).URL" goto xpfound
@if %2% == "(WIN2K-XP).URL" goto xpfound
@if %3% == "(WIN2K-XP).URL" goto xpfound
@if %4% == "(WIN2K-XP).URL" goto xpfound
@if %5% == "(WIN2K-XP).URL" goto xpfound
@if %6% == "(WIN2K-XP).URL" goto xpfound

@if %1% == "(WINVISTA).URL" goto vistafound
@if %2% == "(WINVISTA).URL" goto vistafound
@if %3% == "(WINVISTA).URL" goto vistafound
@if %4% == "(WINVISTA).URL" goto vistafound
@if %5% == "(WINVISTA).URL" goto vistafound
@if %6% == "(WINVISTA).URL" goto vistafound

@if %1% == "(WIN2K-XP).LNK" goto xpfound
@if %2% == "(WIN2K-XP).LNK" goto xpfound
@if %3% == "(WIN2K-XP).LNK" goto xpfound
@if %4% == "(WIN2K-XP).LNK" goto xpfound
@if %5% == "(WIN2K-XP).LNK" goto xpfound
@if %6% == "(WIN2K-XP).LNK" goto xpfound

@if %1% == "(WINVISTA).LNK" goto vistafound
@if %2% == "(WINVISTA).LNK" goto vistafound
@if %3% == "(WINVISTA).LNK" goto vistafound
@if %4% == "(WINVISTA).LNK" goto vistafound
@if %5% == "(WINVISTA).LNK" goto vistafound
@if %6% == "(WINVISTA).LNK" goto vistafound

@rem echo "fcatos not found
@set _fcatos =
@exit /b

:xpfound

@rem echo "xpfound"

@set _fcatos=(WIN2K-XP)

@exit /b

:vistafound

@rem echo "vistafound"

@set _fcatos=(WINVISTA)

@exit /b

