Script not running on Windows 11 Task Scheduler
Posted: 24 Sep 2023, 10:36
Hi,
I am trying to run a suball script daily at 2pm on my Windows 11 laptop that hosts my Plex Server.
When I run this batch file, manually, it runs with no issues.
and I can see it is calling my user profile eg.
When I use the task scheduler to run the same batch file automatically, the exact same batch is run but I can see the path changes to
and the script then shows
Not sure why task scheduler is not using my local account to run the script. Any advice or experience would be appreciated.
Thanks
I am trying to run a suball script daily at 2pm on my Windows 11 laptop that hosts my Plex Server.
When I run this batch file, manually, it runs with no issues.
Code: Select all
filebot -script fn:suball W:/ Z:/ -non-strict --def maxAgeDays=21
Code: Select all
C:\users\psych>filebot -script fn:suball W:/ Z:/ -non-strict --def maxAgeDays=21
Code: Select all
C:\Windows\system32>filebot -script fn:suball W:/ Z:/ -non-strict --def maxAgeDays=21
Code: Select all
File does not exist W:\
File does not exist Z:\
Done
Thanks