Executable class

Executable class

The base class for classes that emulate the behavior of OS executables,
which can be run by the occurrences of Object TeX’s \write18 primitive.

The Executable type exposes the following members:

Properties

NameDescription
command_nameGets the name of the executable (command).

Methods

NameDescription
execute(args)The method implementing the executable’s behavior.

See Also