Well, you're right. The list of files cannot be updated automatically when loading a previously saved project.
However, there's a quite easy workaround:
1.
Specify all settings you need for writing the files but don't add any files.
2.
Save the current settings as a project file (Menu Project -> Save project), e.g. settings.cfp.
3.
Assumed the files you want to save are located in d:\data and e:\moredata, you can use the following commandline to load the previously saved settings and the files at the same time:
Hello,
I found the possibility to automatize the process (see params: /execute /log /exit /load ) for night backup.
However, when a project is used, the list of selected files are not updated, after file added or renamed !
It's more interesting to get one param to do this!
Right ?
Thanks for reply.
(hugotor)
Well, you're right. The list of files cannot be updated automatically when loading a previously saved project.
However, there's a quite easy workaround:
1.
Specify all settings you need for writing the files but don't add any files.
2.
Save the current settings as a project file (Menu Project -> Save project), e.g. settings.cfp.
3.
Assumed the files you want to save are located in d:\data and e:\moredata, you can use the following commandline to load the previously saved settings and the files at the same time:
cdrtfe /load settings.cfp /data d:\data e:\moredata
Of course, this can be combined with additional optione like /execute, /log and /exit.