User defined macros 
Text


Can be created by editing the A3C_MAC config section within:

USR.pref or USR_MAC.mnu  or current build config file

Entrances are simple and have the format:

  Menu item text = Name , Content to replace macro

Example:
    My File Path = MFP , @CD>MyDir\MyFile.ext

A user defined macro should never have the same name as any of
the internal hardcoded macros.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Pre defined user macros
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Pre defined base macros to aid distribution and focus AC upon
AutoIt. They are not maintained or referenced internally.

Related files:
 MNU.pref or A3C_MAC.mnu

Instead of modifying the above base files, it is better to
declare a macro with the same Name as those below in one of
the user macro menu files, which will override the predefined
macro at runtime.

AutoIt directories:

  AU3D = AutoIt
  SCID = Scite
  CMPD = Compiler

AutoIt Programs:

  AI3  = AutoIt3.exe
  AU3X = Au3Check.exe
  PAK  = UPX.exe
  SCI  = Scite.exe
  OBF  = Obfuscator.exe
  TIDY = Tidy.exe
  CVSW = cvsWrapper.exe

Other Programs:

  EDIT  = Default text/code editor.

  DRX   = DRXL.exe
       (Required by AC for user defined patches)

  RESH  = Reshacker.exe
         (Some pre defined menu items reference it)