Regnus 5.5

The Random Text Scripting Language

The Regnus Parser For DOS

About

Screenshot of The Regnus Parser for DOS

The Regnus parser for DOS allows you to generate text from Regnus scripts within a DOS environment, either using a simple user interface within the application, or directly from the command prompt using command-line parameters.

The parser will open a script file specified in its command line, and will enter the interface if no label is specified, or generate text and then exit otherwise. For example, the following at the command line would load the script "Proverbs.rsf" and enter the interface:

Regnus Proverbs.rsf

To specify a label, simply include that label's name in parantheses in the command line. For example, the following would load the script "Proverbs.rsf", and immediately output text generated from the Label "Wise Proverb" before exiting:

Regnus Proverbs.rsf (Wise Proverb)

When using the parser this way, remember that the results can also be written to a text file! The following command would write the result of the label "Wise Proverb" from the script "Proverbs.rsf" to the file "SavedText.txt":

Regnus Proverbs.rsf (Wise Proverb) => SavedText.txt

Using this functionality is of course very useful if using the parser to generate text from a script as part of an automated process, such as when run from another application in order to produce and load random text content (for example in order to control random output from an IRC bot!)

To discuss this parser, or to make feature requests or bug reports, please visit its forum.

Note: the Regnus Parser for DOS supports legacy DOS CP437 character encoding; the parser does not support UTF-8 character sets, so scripts using extended unicode characters may display incorrectly in this parser!

Information & Download

Parser Version
v1.2.12
Regnus Specification
v5.5
Download

Version History

v1.2.12

v1.2.11

v1.2.10

v1.2.9

v1.2.8

v1.2.7

v1.2.6

v1.2.5

v1.2.4

v1.2.3

v1.2.2

v1.2.1

v1.2.0

v1.1.1

v1.1.0

v1.0.0