So I can search a file with FINDSTR - but now I need to store it to a variable or parse it in-line to get a single value in the result. For example:
FINDSTR "KEYWORD" *.TXT
result:
KEYWORD = "VALUE"
What I need:
SET ENV = VALUE
-or-
1% = VALUE
Anyone know how to do this? Is it possible with DOS (NT) Batch files and commands or will I need a 3rd party program?
Thnx
FINDSTR "KEYWORD" *.TXT
result:
KEYWORD = "VALUE"
What I need:
SET ENV = VALUE
-or-
1% = VALUE
Anyone know how to do this? Is it possible with DOS (NT) Batch files and commands or will I need a 3rd party program?
Thnx