If you don't mind...I want to make sure I understand (at least a little anyway) of what is going on with a couple sections of the code you posted. In this part
Code:

if $file.name <> $archive ;how does kix know what to do with "$file.name"? Is that just another way of expressing a variable?
$file.Move($folder + "\file"+$i+".log") ; same thing with this. It seems like this is a way of creating two different variables ($file.name and $file.move)?
;Also, does the "move" command allow you to overwrite the files in the $folder directory?
$i = $i+1
endif



Thanks for any explanation.
_________________________
I could have made a neat retort but didn't, for I was flurried and didn't think of it till I was downstairs.
-Mark Twain