Hi,

things are working now but I still have some small issues.
Kix do not accept this code
....
For Each $Element > "" In $Folder
copy "$Element\*.*" "C:\Data\*.*"
Next
....

What I want to do is to check if an element is empty before executing a command. The Element would contain a path.

-Flippis