Jering,

You really need to post this code here rather than sending us out to do your work! You should review the Ettiquette post in the FAQ Section.

OK.. Let's see if we can summarize what you are looking for..

As Lonkero pointed out, you need to review -
How to use UDFs

TEST.KIX - Your version
Code:

CALL d:\kix\test2.kix
goto end
:end



Modified to -
Code:

CALL "d:\kix\test2.kix"



GOTO is not needed. You need to surround your CALL file with Quotes.

Better yet-
Code:

CALL @Scriptdir+"\test2.kix"



TEST2.KIX
Nothing other than a template.

Kent
_________________________
Utilize these resources:
UDFs (Full List)
KiXtart FAQ & How to's