Hello, i'm new at this so this could be a stupid question.
So i need to read parameters out of a file
paramater.txt looks like this:
user = OWBREPOS
paswoord = OWBREPOS
host = Filip
service = FILIP2
project = MY_PROJECT
moduleA = BI_module
it should be
$user with value OWBREPOS
$host with value Filip
thanks in advance
So i need to read parameters out of a file
paramater.txt looks like this:
user = OWBREPOS
paswoord = OWBREPOS
host = Filip
service = FILIP2
project = MY_PROJECT
moduleA = BI_module
it should be
$user with value OWBREPOS
$host with value Filip
thanks in advance