Selects a tool.
Many inbuilt tools available. External tools can be added to ToolConfig.ini in the Tools folder which will make them accessable from the launcher.
An example of ToolConfig.ini:
[BIG Extractor] dir=Tools\BIG Extractor file=C&C BIG Extractor.exe
The section header name is viewed in the combobox at the end of the list. The dir key is where the change of working directory is done and then the file key is the file to run. If the dir key is omitted, then consider specifing a fullpath to the file key which will use the default working directory. This file is run by ShellExecute so should be able to handle any registered filetype.
Paths can be relative to the working directory or can be absolute paths. So, the external tool does not need to be in the Tools folder for the launcher to access.
Some entries already exist in ToolConfig.ini for use with some urls of where to download the external tools. These external tools are just examples and there might be much better tools available.