CODE: [Copy to clipboard]@Echo off for /f "delims== tokens=1*" %%a in ('find "dir=" min.ini') do set string=%%b echo %%string%%=%string% pause&exit/b