Sorry for my english..
I'm new in this scripting so i dont know many things...
Ok the main thing:
My script reads registry for program dir.
Then i want the script to read ini whitch is not exatly in that dir.
$dir = RegRead("Heres the key dir", "heres key") (it reads C:/program files/program, and ini is in: C:/program files/program/bin/set.ini , how to make it read that ini?
$ini = IniRead("(what to write here?)", "section", "Key", "NotFound")
MsgBox(4096, "Result", $ini)(this is for testing)