Here is the scenario:
I want to find a directory and store it to a variable.
The directory is written in an ini file wich is stored in the window directory.
I find the file with %Windir%\myini.ini
The ini file contains this:
[Program]
Programdir=c:\directory\program
Is there a way to get "c:\directory\program" saved as a variable, skipping the Programdir= part of the line?
Thanks

