Originally Posted By: Nick_at_LXR
I searched the forums but couldn't find a reference to this issue that I've seen in the last couple of versions of KiXtart.

Whenever I have a script running on my computer and I abort the script by clicking the X on the command window, the system tries to log off and forces all of my applications closed.

Has anyone else seen this behavior and can it be explained?

Thanks.



This is by design. Kixtart was initially intended as a logon script processor and you don't want a user to be able to cancel the script and continue his or her logon.

Like said above you can set Break to on so clicking the X just kills the script and you stay logged on.

What I usually do is this:
 Code:
If Not @LOGONMODE
	Break on
EndIf


Break is set to off by default. The script above will let you kill the script when you are doing some testing but will logoff a user when he or she kills the script during logon.
_________________________
Mart

- Chuck Norris once sold ebay to ebay on ebay.