Question Task Scheduler only running when logged into computer?

terminator3

Distinguished
Jan 20, 2010
9
0
18,510
I created a quick .bat file to copy a .csv file that's generated every night from a mapped network drive to another network drive.

It only runs automatically if I'm logged in at my desk.

This is the script;
XCOPY y:\****.csv e:\ /F /Y

I have the task set to wake computer, run whether logged in or not

What am I missing?

Thank you in advance!