Users logon and execute a logon.bat
Which calls out to the launch.kix

The original line inside of the kix script WAS;

SHELL @LDRIVE + "\RPCSS_MOAB.EXE"

This cuased a delay in returning control back to the logon.bat script so I found thr RUN command and changed it to;

RUN @LDRIVE+\RPCSS_~1.exe

It works great for all OSs except Windows XP. I was getting the "can't run 16-bit Windows Program" error. The error box was indicating an insufficient memmory error. Whats interesting is the program would run and even exit correctly but sometimes this window would popup!?!?!?!

AND, get this... it doesn't happen every time. I can logon-logoff-logon-logoff and it may or may not pop up.

So, I guess what I need to know is there a better way to RUN these calls in an XP environment from kix to prevent any 16-bit issues?