I have tried that senario by placing it after the next and in the DO loop in runscripts() in both senarios the kixform shuts down after running the first script from the INI and leaving the Kixtart DOS window in a hung state. The line I am editing for the exit is

Code:
 $Exit.OnClick = "$$exit.tag=1" 



Runscripts()

Code:
Do 

If $$exit.tag=1
Quit()
EndIf
Until
Exist ("c:\mtglaptop\logs\"+$log)
$Item.SubItems(2).Text=(@time)
$Item.SubItems(4).Text=("Complete")
EndIf
Next







Edited by Fugazi (2004-10-19 04:43 PM)
_________________________
I haven't failed. I just found another way that did not work.