do you start the scripts from a logon.bat file or direct (ie: kix32.exe)

I had the same problem until I used a logon.bat to start the script !!

example:
logon.bat
@echo off
%0\..\kix32.exe kixtart.kix
Exit

or
@echo off
%0\..\kix32.exe %0\..\kixtart.kix
Exit

------------------
Lon Geefshuysen,
www.xs4all.nl/~longeef/NT/KiXtart
lon_geefshuysen@essentium.com