SO now i have a kixfile with this in it:

Copy a:\*.* c:\isabel\betalingen\*.fbf
$sdate = substr( @date, 9, 2 ) + substr( @date, 6, 2 ) + substr( @date, 1, 4 )
md "c:\backup\"+$sdate
Copy a:\*.* "c:\backup\"+$sdate

But in the first line, it allready blocks.
Is it possible that it doesn't go because I'm working with windows 2000 PRO?