You don't specify which files to move, oldest, newest, alphabetically, etc. I use the ls command below, you can add the appropriate parameters to sort as desired.
Try this,
--------------------------------------------------
#!/bin/ksh
FROMDIR=/mcrook/files/stuff
TODIR=/mcrook/files
print...