Description Usage Arguments Author(s) Examples
Creates .txt file to run through CMD line based CopyFind.
1 | scripter(Documents = 200, ReportFolder = getwd(), Document1 = 1, Document1_loc, Document2 = 2, Document2_loc, PhraseLength = 8, WordThreshold = 6, SkipLength = 20, MismatchTolerance = 9, MismatchPercentage = 75, BriefReport = 0, IgnoreCase = 1, IgnoreNumbers = 1, IgnoreOuterPunctuation = 1, IgnorePunctuation = 1, SkipLongWords = 1, Compare1 = 1, Compare2 = 2)
|
Documents |
numeric. The number of files to be compared. Default = 200 |
ReportFolder |
location. The file location for the reports from WCopyFind to print in. Default = working directory |
Document1 |
numeric. The first comparison group number. This should remain at default = 1 |
Document1_loc |
The location of the first comparison file or group. No default. |
Document2 |
numeric. The second comparison group number. This should remain at default = 2 |
Document2_loc |
The location of the second comparison file or group. No deffault. |
PhraseLength |
Set phrase Length. Default = 8 |
WordThreshold |
Set Word Threshold. Default = 6 |
SkipLength |
Skip Length Setting Default = 20 |
MismatchTolerance |
Mismatch Tolerance. Default = 9 |
MismatchPercentage |
Mismatch Percentage. Default = 75 |
BriefReport |
Produces Brief Report (Yes = 1, No = 0). Default = 0 |
IgnoreCase |
Ignore Case (Yes = 1, No = 0). Default = 0 |
IgnoreNumbers |
Ignore Number (Yes = 1, No = 0). Default = 0 |
IgnoreOuterPunctuation |
Ignore Outer Punctuation (Yes = 1, No = 0). Default = 0 |
IgnorePunctuation |
Ignore Punctuation (Yes = 1, No = 0). Default = 0 |
SkipLongWords |
Skip Long Words (Yes = 1, No = 0). Default = 0 |
Compare1 |
First group to compare. Should remain at default = 1 |
Compare2 |
Second group to compare. Should remain at default = 2 |
Stephanie L. DeMora
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.