Task scheduler not working correctly

terminator3

Distinguished
Jan 20, 2010
2
0
18,510
I create a small .bat file that I have scheduled to run every night. It is set as run whether or not logged in and to wake computer.
I am looking to copy a file from a mapped drive to another mapped drive.

The script is:
XCOPY y:\xxxx.csv e:\ /F /Y

Thank you in advance for assistance!