Automation
Configuration File
Create a Configuration (.xml) file first. This file will store all the settings you want to use.
Batch File
Create a Windows batch file (.cmd), execute the .exe file and attach the configuration file with a 'template' command line argument.
Example:
Execute
Simply execute the batch file (.cmd), or schedule the execution as needed.
Example:
Logs
Local logs files will be created in the same folder as the .exe file.
Emails will be send as configured.
- Log.txt
- Error.txt
Windows Scheduler
We recommend to use professional scheduling tools to execute your jobs.
If you want to use the standard Windows task scheduler, please check out this page to understand how to execute .cmd files with the Windows task scheduler and to avoid "Scheduled task error 0x1" errors.