Thank you, great help!!

I guess you also can help me with WshPipe()

I need to create a MD5 hashcode, i like to use md5.exe (http://www.fourmilab.ch/md5/), because i didn't found a native solution with KIX.

I've all necessary data in my INI file to create the MD5 code. Now I like to create
a MD5 code and write it to INI (WRITEPROFILESTRING again).
 Code:
$hashtext = ReadProfileString("$userini", "UserSettings", "Hashtext")
$md5arg = WshPipe('\\path\blah\md5.exe -n -l -d$hashtext')
WriteProfileString ("$userini", "UserSettings", "md5", $md5arg i have no idea)

I don't know how to get the Wshpipe work with WriteProfileString..

Sascha



Edited by Mart (2014-04-15 09:22 AM)
Edit Reason: Please use code tags when posting code.