Please enable JavaScript to view this site.

A-Shell Development History

ATE command set enhancement: The AG_SPOOLCFG command now supports an optional copies parameter:

TAB(-10,AG_SPOOLCFG); file, ptr, fsize, internal, switches, copies; chr(127);

If copies is not specified, the default is 1. The value will be used by the ATE client to generate multiple copies of the subsequent printfile send via the AUXLOC: mechanism.

This feature is primarily used within A-Shell when processing AUXLOC: printing requests. If used directly by an application, you should first verify that the client is ATE 5.1.1208.0 or higher (see MX_GETVER). There is no harm in sending the copies parameter to older versions of ATE, but it will have no effect (and thus the extra copies won't be generated).