I have a sync pair set up:
P: & c:\backup
This backs up a network drive locally so it can be backed up by a cloud backup system. What I wanted to do was for task scheduler to run SyncToy 3 times a day to synchronize the folders.
When I run the task in SyncToy, it runs fine.
When I run synctoycmd in a batch file, it runs fine.
When I run the batch file from Task Scheduler, it gives an error that it can't find folder P:
Any ideas why this would run differently from task scheduler than it does when run directly???