quote:
but, my pure quess is that you have written in the users logonscript field something like:
command /c my.bat


like you then said:
quote:
I kept everything the same, only I threw away my login path an NOW it seems to work fine.

anyway...
what comes to %comspec% it is environment variable existent in every windows version.
it points to command interpreter, wherever it is. and that way, when command.com or nt/w2k cmd.exe is called it is preferred to call %comspec%-variable.

flaviens code is then whole different and has no affect on your batch execution unless you have some machines that have kix32 in windows directory on local machine.
%windir% is also a pointer and it points to your workstations systemdirectory.
in nt and w2k there is also alias to this, %systemroot%

so as I've understood it, there was nothing wrong in the first place in your scripts, but the calling to the batch was wrong.

_________________________
!

download KiXnet