Example execution and explanation of script files

  • The first time you execute the script files to create a configuration report and download a configuration file, the Report_DailyConfigurationReport_1.tgz file is created in the C:\Reports folder.
  • On the second day:

    Report_DailyConfigurationReport_1.tgz is renamed Report_DailyConfigurationReport_2.tgz, and Report_DailyConfigurationReport_1.tgz is newly created.

  • From the third day on:

    Report_DailyConfigurationReport_1.tgz and Report_DailyConfigurationReport_2.tgz are renamed Report_DailyConfigurationReport_2.tgz and Report_DailyConfigurationReport_3.tgz, and Report_DailyConfigurationReport_1.tgz are newly created. Because Report_DailyConfigurationReport_3.tgz is overwritten, the reports for three days are always accumulated in the C:\Reports folder.

C:\Reports
   CreateReport.bat
   DownloadReport.bat
   Report_DailyConfigurationReport_1.tgz <-Generated today
   Report_DailyConfigurationReport_2.tgz <-Generated yesterday
   Report_DailyConfigurationReport_3.tgz <-Generated two days ago