Random Text Generator (Script)
Version 1.0 -
Download (Requirements Included) |
Download (Script Only)
Description
Generates random text in sentence and paragraph structure. Unline similar tools, the output generated is complete gibberish as all the characters are random.
Requirements:
Examples
The following command generates 3 paragraphs using the default paragraph, sentence, and word length settings:
RandomText /T 3
The following command generates 8 paragraphs comprised of 5-10 sentences where each sentence is 10 words long with words of 5-8 characters in length:
RandomText /T 8 /P 5 10 /S 10 10 /W 5 8
Help Information (/?)
RandomText [/T Paragraphs] [/P Min Max] [/S Min Max] [/W Min Max] [/Q]
[/O OutFile]
/T Paragraphs Number of paragraphs to generate.
Default = 1
/P Min Max Paragraph length parameters with Min and Max being the lowest
and highest number of sentences appearing in a single
paragraph.
Default = 3 / 6
/S Min Max Sentence length parameters with Min and Max being the lowest
and highest number of words appearing in a single sentence.
Default = 5 / 10
/W Min Max Word length parameters with Min and Max being the lowest and
highest number of characters appearing in a single word.
Default = 3 / 10
/Q Turns off progress indicators.
/O OutputFile Writes the output to the specified file instead of opening the
the resulting text in Notepad.
Note: If the specified file already exists, it is overwritten.
Terms & Conditions for Use