Hi, just tried to use the newest HFSLIP 1.70, but got errors. First of all it tried to expand the sysoc.inf file from my source but cpould not (expand returns "error extracting..." blabla). I worked around this by extracting sysoc.inf manually using 7zip and preventing HFSLIP from deleting the WORK directory, so I can put the sysoc.inf file there in advance. But in the HFSLIP CMD there is the following command: FINDSTR/L "[Version]" work\i386\sysoc.inf This command always fails, although there is a section called [Version] present in the file! I even checked for blanks in the same line, but there are none... Additionally I get an error on the new GETLANG section. This one: FOR /F %%I IN ('DIR/B SOURCE\I386\FP*0EXT.IN*') DO ( COPY SOURCE\I386\%%~nI.INF WORK >NUL 2>&1||EXPAND SOURCE\I386\%%~nI.IN_ -R WORK >NUL TYPE WORK\%%~nI.INF>WORK\GETLCIDD.TXT ) FOR /F "TOKENS=3 DELIMS= " %%I IN ('FINDSTR/BI "FrontPageLangID" WORK\GETLCIDD.TXT') DO SET LCIDD=%%~I always returns "the system cannot find the file specified" cheers, Saiba