A robocopy command that copies one mapped drive to another and keeps machine from sleeping
xcopy C:\Videos "\\SERVER\Media Backup" /f /j /s /w /z # Set the system to high performance mode to prevent sleep powercfg -setactive 8c5e7fda-e8bf-4a96-9a85-a6e23a8c635c # Run Robocopy to copy the contents…