MakeDic
From Tiny Appz
| MakeDic | |
| Written By: | dividertabs |
|---|---|
| Requested By: | r2tincan |
| OS: | Windows x86 |
| Download downloads ^ | |
| Download Source downloads ^ | |
| Generates text file from combinations of strings | |
| Version:1 (6/18/09) | |
[edit] Description
Command-line tool to create a text file based on combinations of strings. For example, on the input "pass.dic apple pear banana", it produces a file pass.dic with combinations like apple applepear applepearbanana etc. Max length is hardcoded to 15 characters.
The example shortcut I included won't work because it has my user folder in the path. Oops. Just ignore it.
[edit] Usage
First command-line argument is the filename of the output. Subsequent arguments are strings that can be used in the combinations.
