Added SyncJob batch file as a task (Start a Program), but windows returns
error - %1 not a valid Win32 application. Any ideas?
Windows 7 Task Schdeuler Error
- Posts: 2
- Joined: 28 Nov 2010
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
With Windows Vista upwards it's not sufficient anymore to specify the
*.ffs_batch file only. The command must start with an .exe:
C:\Programs\FreeFileSync.exe C:\Sync.ffs_batch
*.ffs_batch file only. The command must start with an .exe:
C:\Programs\FreeFileSync.exe C:\Sync.ffs_batch
- Posts: 2
- Joined: 28 Nov 2010
Thanks, that did the trick. Guess you can't having white spaces either in the
path.
path.
- Site Admin
- Posts: 7279
- Joined: 9 Dec 2007
Whitespace needs to be in quotes like:
"C:\Program Files\FreeFileSync.exe" "C:\Sync Job.ffs_batch"
"C:\Program Files\FreeFileSync.exe" "C:\Sync Job.ffs_batch"