Dec 242017
Converts an ASCII file to all UPPER or lower case. | |||
---|---|---|---|
File Name | File Size | Zip Size | Zip Type |
CASE.COM | 1280 | 754 | deflated |
CASE.DOC | 1348 | 718 | deflated |
Download File CASE.ZIP Here
Contents of the CASE.DOC file
CASE Version 1.0
(c) Copyright 1986
Dr. William C. Parke
1820 S Street NW
Washington, D.C. 20009
DISTRIBUTION
CASE Version 1.0 may be freely copied and distributed as long as
the only charge is for media and reproduction costs. Under no
circumstances should the program be distributed with a commercial
product, sold for profit, or distributed in modified form without
express permission of the author.
DESCRIPTION
CASE is an MS-DOS utility for converting ASCII files from lower case
letters to upper case, or upper case to lower case. It is unusual
in that no characters inside quotations nor any following a semi-
colon will be converted. CASE was designed to solve the difficulty
presented with source code which uses labels sometimes in lower
case, sometimes upper, making global searches awkward. In addition,
if the user prefers to see source code in all lower or all upper
case, this utility will be handy. The program was written in
assembly language, making conversions very fast.
Syntax:
CASE file1 [file2] [/L]
Without file2, converted file will be written to original file.
Default: Convert all characters to upper case except after
semicolon on each line or within single quotes.
L-switch: Make all characters lower case up to semicolon or in quotes.
(c) Copyright 1986
Dr. William C. Parke
1820 S Street NW
Washington, D.C. 20009
DISTRIBUTION
CASE Version 1.0 may be freely copied and distributed as long as
the only charge is for media and reproduction costs. Under no
circumstances should the program be distributed with a commercial
product, sold for profit, or distributed in modified form without
express permission of the author.
DESCRIPTION
CASE is an MS-DOS utility for converting ASCII files from lower case
letters to upper case, or upper case to lower case. It is unusual
in that no characters inside quotations nor any following a semi-
colon will be converted. CASE was designed to solve the difficulty
presented with source code which uses labels sometimes in lower
case, sometimes upper, making global searches awkward. In addition,
if the user prefers to see source code in all lower or all upper
case, this utility will be handy. The program was written in
assembly language, making conversions very fast.
Syntax:
CASE file1 [file2] [/L]
Without file2, converted file will be written to original file.
Default: Convert all characters to upper case except after
semicolon on each line or within single quotes.
L-switch: Make all characters lower case up to semicolon or in quotes.
December 24, 2017
Add comments