COPY 'most recent file' FROM "C:\Source folder" TO "\\remote server\destination folder."
Delete files older than one week in "C:\Source folder"
Delete files older than one week in "\\remote server\destination folder."
I then plan to put this script in windows task scheduler to run every day
Any help would be great
Can i use Xcopy?
can i just map the drive of the remote server for it to work?
Will this work even if i am not logged in? ( aslong as the account is in windows tasck scheduler and has access to the other server?)

