Event Scheduler ERROR_FILE_NOT_FOUND

Get help for specific problems
Posts: 2
Joined: 29 Sep 2023

Luix

Hello! I was trying to create a task to automatic backup my flash drive, but when I will execute the task pops-up a windows saying:

Cannot open file "C:\Users\Luiz\Desktop Sync2.ffs_batch".

ERROR_FILE_NOT_FOUND: The system cannot find the file

specified.  [CreateFile]

how do I solve this? I tried to rename but nothing worked...
User avatar
Posts: 3647
Joined: 11 Jun 2019

xCSxXenon

Is your .ffs_batch file named "Desktop Sync2.ffs_batch" and located in your user folder, or is it named "Sync2.ffs_batch" and located in your Desktop folder? If it is on your desktop, then your path is incorrect. You have:
"C:\Users\Luiz\Desktop Sync2.ffs_batch"
and it should be:
"C:\Users\Luiz\Desktop\Sync2.ffs_batch"
Posts: 2
Joined: 29 Sep 2023

Luix

Is your .ffs_batch file named "Desktop Sync2.ffs_batch" and located in your user folder, or is it named "Sync2.ffs_batch" and located in your Desktop folder? If it is on your desktop, then your path is incorrect. You have:
"C:\Users\Luiz\Desktop Sync2.ffs_batch"
and it should be:
"C:\Users\Luiz\Desktop\Sync2.ffs_batch" xCSxXenon, 01 Oct 2023, 14:07
My .ffs_batch its named "Sync2.ffs_batch", I've tried this path that you said, but appears the same error message.
Posts: 948
Joined: 8 May 2006

therube

Post the contents of your Sync2.ffs_batch ?