The Absyntax Batch Client is a program whose purpose is to execute Absyntax
projects without the interactive runtime capabilities of the
Absyntax Editor. The program can be found in the Absyntax installation directory and is named AbsyntaxBatchClient.exe.
Note that the Batch Client offers no means of pausing or resuming a project during execution and so ignores any project breakpoints that may exist. You can abort a running project, though, by pressing Return or Enter. Otherwise, the project will continue to execute until it outputs a signal or data through its exit-point.
The Batch Client is the component to use to execute standalone projects that no longer require development. It requires fewer of your computer's resources and performs much faster than the Editor.