Hi masken,

Yes, I found the error. If you DIMension the directories with 1, and you use both 0 and 1, the WHILE - LOOP routine tries to read $REMOVEDIR[2] on the third time round. The easiest way around this is to use one extra field in the array (DIM $REMOVEDIR[2]) and it should go OK.

P.S.: I have a programmers background and I like a lot of complicated code . It's nice to have a lot of code with a minimal amount of space.

But I noticed that many people have difficulties reading some of my scripts. I'll try and post my scripts a bit more stretched out and easier to read.

------------------
Greetz,

Roger the Young
------------------------
The code is out there...
------------------------

_________________________
The Code is out there