The object is created like this:

Code:

$System=CreateObject('kixtart.System')
If Not $System
Shell 'regsvr32 /s %SystemRoot%\System32\KixForms.dll'
$System=CreateObject('kixtart.System')
EndIf

; Define window..
$Basis = $System.Form()



The object will be Basis, so $Basis.Quit, $Basis.Dispose() or $Basis=0 should do the trick. If i do this, and i use Shell '$Action' (see posts above) the process hangs. There's a simular post about the behaviour for KiXforms 2.2.0 if the GUI object isn't dropped (using $object=0).
_________________________
Kind regards,