Here's a clip from our script to copy from the pc to server. I'm not sure why you would need to make it a seperate script if you're already qualifying the groups to run that section.

Check out the different xcopy switches available to see which fit your purpose. Some only exist in certain versions of Windows.

Check the above post as well.

Go C:
SHELL "XCOPY C:\MyDocu~1\*.* U:\MDBackup\*.* /i /e /r /y /k /h /q"

[ 04 January 2002: Message edited by: kix me ]