Not sure where to post this but I created a batch file that looks like this: xcopy c:\Program Files\Microsoft SQL Server\MSSQL\Backup\cagpr\* \\cagnas\home\tstbkup\%date:~0,3%\* /Y /Q /S. I am trying to run this script from scheduled task but when I click on it, the screen just flashes and can't see what it did. I go to the destination and is empty. Basically, what I'm trying to do is back up the local SQL backup to a share drive on the network instead of doing a daily copy and paste. Can someone help please. Thanks