Welcome to KORG!

I'm rushing out the door, but the first piece of advice I'd suggest is to print the content of your variables to the screen without actually moving or copying any file. This will tell you if your logic (which looks good at first review) is doing what you expect it to. Also, you have am extra quote at the end of your move statement.

Here's what I would print, and it's also how to modify your move. You should also terminate your If statement with an EndIf!
 Code:
"C:\Testing\t\*.*" "C:\Testing\t1\" + $Type + "\" + $FileYear + "\" + $FileMonth + "\" + $FileDay @CRLF
Note that there is no quote at the end of $FileDay.

Glenn
_________________________
Actually I am a Rocket Scientist! \:D