btw, for wkix32.exe compatibility, runscript would need to be like this:
Code:

Function RunScript()
$objFSO = CreateObject("Scripting.FileSystemObject")
$strTmpName = "%temp%\kixomatic_temp_script.kix"
$objScript = $objFSO.CreateTextFile($strTmpName)
$objScript.Write ($TextBox.Text+" get $")
$objScript.Close
$objShell = CreateObject("WScript.Shell")
$strCmdLine = "wkix32.exe "
$strCmdLine = $strCmdLine + '"' + $strTmpName + '"'
$nul = $objShell.Run($strCmdLine)
EndFunction

_________________________
!

download KiXnet