| Internal macros | ![]() |
| SD |
Input script directory. |
| SDP | Input script parent directory. |
| CFGD | Config or template directory. |
| CFGP | Config or template parent directory. |
| TMPD | Temporary build directory. |
| CD | Install directory. |
| CDP | Install parent directory. |
| WD | Current working directory. |
DATE |
The date in the format: %dd-%mm-%yyyy . To change the default format string edit the A3C_DATEFORMAT option in the User preference file and restart AC. |
TIME |
The time in the format: %hh:%ii:%ss . To change the default format string edit the A3C_TIMEFORMAT option in the User preference file and restart AC. |
@> |
Kit command only commandline parameter token for the right curly brace character } which is the primary command delimiter. |
A3C_ |
Build options can also be used as macros by wrapping the option name in macro characters. Example: @A3C_CMP> If a macro alternative already exists for the option always use the macro instead of this method. |
| Environment variables |
| A3C_IN | Input script file path |
| A3C_OUT | Output executable file path. |
| A3C_A2E | Modified temporary compiler path. |
| A3C_BIN | Modified temporary interpreter path. |
| A3C_A3X | Generated input a3x file path. |
| A3C_TIME |
The time the build started the format: %hh:%ii:%ss . To change the default format string edit the A3C_TIMEFORMAT option in the User preference file and restart AC. |
| A3C_DATE |
The date in the format: %dd-%mm-%yyyy . To change the default format string edit the A3C_DATEFORMAT option in the User preference file and restart AC. |
| A3C_EXE | The full path to A3C.exe |
| A3C_DIR | The directory A3C.exe resides. |
| A3C_MNU | The path to the base menu preference file. (depreciated) |
| A3C_USR | The path to the user preference file. |