Interface main options
Text


Input     : Display main 'Input' popup menu.

 Browse    : File open dialog request.

  Build config files ::
  A file that contains A3C build options.

  Import AutoItWrapper directives ::
  Uses AWC.exe to generate an AC config file from a wrapper
  config file. Very few directives are supported, it exists
  solely to take the bulk of the hassle out of converting one
  wrappers options to anothers.

  Always check the exported settings before construction.

 Import from clipboard ::
 Dumps clipboard text to 'Last settings.a3c' and loads any
 options within it
         
 Recent    : List of recent non .a3c files loaded by AutoCamo.

 All other entrances ::
 Are retrieved from a3c filenames found in the A3C
 sub directory and its subdirectories, which are used as
 submenu items. The search depth for a3c files in directories
 is 1 deep, so this is a valid path for .a3c files:

    A3C\AnyFolder\My.a3c

 But this is not:

    A3C\AnyFolder\AnyFolder\My.a3c

Input Edit   : Drag and drop one or two files with options.

 If you type a path to a file and that file contains AutoCamo
 options those options will NOT be loaded, only browsing or
 drag and drop or the commandline will load its options,
 unless the main build config file is reloaded.

All other Buttons : Browse for respective file.

  Output      : Executable file path
  Icon        : Main application icon
  Compiler    : Path to the primary build application

All other edit boxes : Drag and drop a file or type a file
                          path
.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Info : Optional information of your choosing, commonly used in
      examples and certain templates to describe its purpose.

Clear   : Remove all text
Copy    : Copy to clipboard parsed or as text.
Info    : Contains any project or template information