Running a script or an exe before the sync starts
- Posts: 5
- Joined: 11 May 2023
A script or an exe needs to be run before the sync starts. Can a field be added for this?
- Posts: 4056
- Joined: 11 Jun 2019
Have the script run the sync after it's finished
- Posts: 1037
- Joined: 8 May 2006
(pseudo-code)
go.bat:
go.bat:
preliminarystufftodo.exe
echo.
echo prelims are done:
echo let's do 'er!
echo.
Input: Ready to go: (Y/N) an$
If an$="Y" goto doit: else goto Input:
echo.
doit:
start freefilesync.exe mybackup.ffs_batch