Use this command to add your own bespoke plug-in modules to add support for extra features in the batch queue such as software download.
The TestScriptRunner.dll Component Object Model (COM) dynamic link library exports a number of interfaces two of which (IBatchQueueItemCreator and IBatchQueueItem) provide you with the ability to add your own functionality to the batch queue. See How to create a batch queue Plug-in for details on to implement your bespoke plug-in.
To add a new batch queue item creator simply enter either the unique class identifier (CLSID) or program identifier of your object that implements the IBatchQueueItemCreator interface into the edit box and press Add. If you have implemented the component correctly it will then appear in the list box below with a list of file extensions that it can handle in brackets.
When you have finished adding your component press Save to exit.

If your IBatchQueueItemCreator is not valid or you have entered the wrong CLSID of program identifier you will get the message:-

Once your component has been added you can immediately use it in a batch queue.