Variant from FLAW modders:
1. Take from google bini_command_line_1_1.zip
2. Create ini_unpack.bat with content:
@echo off FOR /F %%i in ('dir %1*.ini /A:-D /B /S') do ini_unaction.bat %%i2. Create ini_unaction.bat with content:
@echo off bini %1 move %1.txt %13. Run ini_unpack.bat <path to=“” freelancer=“”>
(\ - required!)
Works fine for Win XP</path>