Sorry for my late response.

I have created a new INI file (translate.ini) and just for the test i put this code in it:

 Code:
[NAME]
dady=Full Name name in Hebrew

[CITY]
dady=City name in Hebrew




i re-configured the kix file for the test, only 2 lines, i left the rest intact:

 Code:
; Get the remaining user info
$sName = ReadProfileString ("\\crystal\netlogon\sig\translate.ini", "NAME",$UserDN)
$sCity = ReadProfileString ("\\crystal\netlogon\sig\translate.ini", "CITY",$UserDN)


When i run the script i get nothing. I see the the signature file is created but it's empty.

What am i doing wrong??