Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 Distribution Function Administration Guide


18.1 Format of AIT files

Each AIT file consists of the following four sections:

All of these sections are required. You cannot change the order of the sections.

The following shows the format of AIT files. In the AIT language, alphabetic letters are not case sensitive. You can add comments in the script.

Format of AIT files
PACKAGE_INFO
{
   // Package information
}
 
DEFINE
{
   // Defines and initializes variables and constants
}
 
MAIN
{
   // Operations on windows
}
 
ERROR
{
   // Error handling
}