Yizhar... that's exactly what I needed -- thank you *so* much!
Now there are two more things that I could use some help figuring out before I write this...
1. When using xcopy, I am asked whether the destination is a file or directory. I looked at xcopy /? but didn't see a switch that would suppress that prompt and assume that destination is a file... any ideas?
2. The destination directory may not exist -- is there a way to force the directory to be created if it doesn't exist?
3. I am copying over a network -- can I use UNC (e.g., \\ServerName\ShareName\DirectoryName\FileName.mdb) or do I have to map a drive?
4. Will DOS halt execution of the batch file until the file is copied? That is, can I assume that when the file has finished running that the file has been copied?
Thanks so much everyone for the responses -- it is *much* appreciated! -Brad