Convert Text to Upper or Lower Case

CASECONV is a small Windows command line utility that will convert the text specified to either Uppercase or Lowercase.

Usage: caseconv.exe -u|-l <string to convert>
      ex: caseconv.exe -u MyString (convert MyString to MYSTRING)
           caseconv.exe -l MyString (convert MyString to mystring)