Search found 2 matches

by wangyu
15 Feb 2017, 12:16
Forum: Help
Topic: Batch file Not working properly in task scheduler
Replies: 3
Views: 2169

Re: Batch file Not working properly in task scheduler

I tried to put this code in the notepad and run this as a batch file in the Task Scheduler and it finally worked.

@echo off

"C:\Program Files\FreeFileSync\FreeFileSync.exe" "E:\backup_desktop_Docs.ffs_batch"

exit

But in the other computers, I have no problem running the program in the task ...
by wangyu
15 Feb 2017, 07:52
Forum: Help
Topic: Batch file Not working properly in task scheduler
Replies: 3
Views: 2169

Batch file Not working properly in task scheduler

Hi,

I am new on this one and I have a weird problem. I made a batch file in ffs and when running manually, it is working. But putting it in task scheduler, an error occurs:

[11:15:22 AM] Error: Cannot find the following folders:
\\10.0.0.171\wangyu\wangyus Files
If this error is ignored the ...