hi, please don't care to the cat.
So i have this txt.ini file:
I need to autoextract with a batch file the only resultCode:TimelineFontRGB=5197647 BackgroundBMPFile=D:\TESTER OK2\bkgscuro.BMP SolidColorBackground=0
how can I do? very thanksCode:D:\TESTER OK2\bkgscuro.BMP
+ Reply to Thread
Results 1 to 3 of 3
-
-
Code:
@echo OFF FOR /F "tokens=1,2 delims==" %%G IN (txt.ini) DO IF %%G==BackgroundBMPFile echo %%H pause
Similar Threads
-
Rename single file in a directory based on the content of a txt file
By D.LUFFY in forum ProgrammingReplies: 3Last Post: 7th Jun 2023, 12:16 -
How to catch string in a .txt?
By marcorocchini in forum Newbie / General discussionsReplies: 5Last Post: 5th Feb 2023, 21:50 -
how to insulate a string inside a .txt via batch
By marcorocchini in forum Newbie / General discussionsReplies: 8Last Post: 15th Dec 2022, 14:22 -
MP4Box 2.0 to Extract Timed Text Subtitles
By vega69-ux in forum SubtitleReplies: 8Last Post: 27th Sep 2022, 07:57 -
Chapters From (TXT) Text Files?
By TheShortStraw in forum EditingReplies: 4Last Post: 3rd May 2022, 21:47