hi,

we manage a lot of W2K3 SP1 Terminal Server farm. All our connection scipts are now in kix.
We still launch a logon.bat that call the kixscript:
echo off
c:\kix\kix32.exe c:\kix\logon.kx

When i put directly logon.kx in the "start a program on connection" (without the bat) i got an error message (An error 193 occured while creating user logon), if i launch the same script .kx after the user has logon, it is ok. What should i do or register to directly use .kx extension for my user and logon script ?
thanks

PS : the logon.kx call a kixform function that made a virtual desktop, so i have a cmd process that still run during the TS session of all users...