Jasper,

copy the last reply of Fuentez to an empty
notepad file , save it as 'whatever.kix'
(make sure that the layout makes sense)
replace the values of $dir1 = "\..." with an existing file structure on Your Computer ...
best is to make a small test environment...
call the Kix - script with a batch from the same dir , sample of whatever.cmd`:

code:

@echo off
Kix32.exe %0\..\whatever.kix
REM assumes that kix32.exe is in the path [system32]
pause
REM to see the results
EXIT

and play some test rounds ....
to see what happens with every single step
call the script with
Kix32.exe %0\..\whatever.kix /d
what starts the script execution in debug mode [you have to hit return for each line]

hope this will get you on the path!!!

Jochen

_________________________