# # executeInterval.ps1 # # Start a program every couple of days. # Reads program name and interval from configuration file # # Version: 0.3 # Date: 2011-06-02 # Author: Bernd Schandl, schandl@gmx.com # License: GPL v2 # Version 0.1: - Initial version. Version 0.2: - Added removal of backup of log-file before renaming log-file Version 0.3: - ... and now the removal of backup of log-file even works!