home *** CD-ROM | disk | FTP | other *** search
- Welcome to UpConv, the Turbo Pascal case converter.
- ---------------------------------------------------
-
- Full documentation is enclosed in the file UPCONV.DOC, but belowe is the
- help displayed by UpConv and UpConfig when issued with the parameter -h.
-
- Before using this product, please read the full documentation to see if
- it fits your needs. If it doesn't, or if you have any questions or
- suggestions concerning this product or any other products, please
- contact the next address :
-
- P.S.O.
- P.O. Box 266
- 2170 AG Sassenheim
- The Netherlands
-
-
- UpConv version 2.2 - Turbo Pascal case converter - (c) 1991 by J.W. Pluimers
- --------------------------------------------------------------------------------
-
- Syntax : UpConv [switch...] sourcefile [[switch...] [sourcefile]...]
-
- Switches : [action[apply...]] [option...] start switch with - or /
-
- action -u Convert to upperCase. apply r Reserved words.
- -l Convert to lowerCase. b Borland identifiers.
- -f UpperCase first character. u User identifiers.
- -n Do not convert. d Compiler directives.
- -x Default settings. none Apply to all above.
-
- action -e Enable comment parsing. apply p Parenthese comments.
- -d Disable comment parsing. b Brace comments.
- none Both comments.
- option -o Overwrite destination files.
- -s Skip existing destination files.
-
- Default : switches -lr -nbu -ud -ep -s
- input extension .PAS (changable, wildcards allowed)
- output extension .FMT (unchangable)
-