This should get you started.

 Code:
$logdir = "C:\logfile"
If Not Exist("C:\logfile\*.*")
   MD "C:\logfile"
Endif

Copy "I:\PrintMig\*.*" "C:\logfile\*.*"

Shell "C:\logfile\Printmig330a.exe /all"

Please try to use the code button when you post scripts in the future as it maintains the format better.