@echo off
if X%1X == XX ( echo Usage: path_to_winpe_root & goto :end )
UpdateInfs %1\i386\inf\*.inf
if exist %1\i386\inf\*.pnf ( echo y.|del %1\i386\inf\*.pnf )
if exist %1\i386\inf\InfCache.1 del %1\i386\inf\InfCache.1
InfCacheBuild %1
if errorlevel 1 goto end
:end