Ok, now i undrstand why i see it on the screen ;-)

Another question [if i may], right now everytime i want to see the changes or the new code i have configured in the login.kix file i have to logoff and login a computer.
Is there a faster way to run the script and to see the results?

as for now my .bat file looks like this :
@echo off
%0\..\kix32 %0\..\login.kix

what if i want to run test.kix? i have tried making a new .bat file called test.bat and configuered it like this
%0\..\kix32 %0\..\test.kix [and ofcourse made a kix file called test]

But i'm getting error message.....