Should be simple enough. Without the absolute path to the source and destination files I can't write it for you though. Do you already know how to write bach files yourself? if so:
Just use COPY or XCOPY with *.* as a wild card if you want to copy all file types. Then DEL to delete the original files or RD to delete folders. After that use Task Scheduler to automate the process. I think you may have to run the script from the client since you want to copy from a netwok drive. If you need to network drive mapped each time the script runs you can use "NET USE", type NET USE /? at a command prompt for more info on that.
http://support.microsoft.com/default...308569&sd=tech