I have a text file text.txt
. The content of the file is:
--a-- W32i APP ENU 12.0.1.61053 shp
I need to extract (via command line) the portion 12.0.1.61053
.
This value is in the first line, at position 25 to 36.
I need to insert this value into an environment variable.