Schedule the Cleanup Application to Run Unattended

Schedule the Cleanup Application to Run Unattended

After successfully configuring a Bamboo Attachment Clean Up Application and saving the settings to an .xml file, you can schedule an import job to run unattended through Windows Task Scheduler. To schedule an clean up job, do the following:

Step Action
1. Create a new scheduled task in the Task Scheduler on the machine where the Import application is licensed. Task Scheduler is typically accessed via Start > Administrative Tools > Task Scheduler.
2.

Configure the scheduled task to run the following command line:

"c:Program FilesBamboo Solutions Corporation
    Bamboo Attachment Clean Up ApplicationBamboo.AttachmentCleanUp.exe" /s /t 
"c:Program FilesBamboo Solutions Corporation
    Bamboo Attachment Clean Up ApplicationSchedule.xml"

Where

  • /s tells the program to run without displaying the user interface
  • /t precedes the path and file name to the clean up configuration file name
  • Schedule.xml is the name of the Config File Name you created during the configuration of the Clean-up Application.