Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 477 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 477 Bytes

typewriter

A very simple typewriter plugin for CMD. Supply the string to print, and the time delay in MS.

Syntax

The syntax of the plugin is as follows:

typewriter.exe {"quoted string"} {sleep time in ms}

Examples

typewriter "hello, world!" 100 - Displays hello world with a 1/10th of a second delay per character.

typewriter "this is very slow" 500 - Displays the text with half a second delay per character.

This is an example image