# ASCII file converter (change case). I I wrote this program without much optimization. I hope it's not that bad.    Requirements
 ------------- G  This  software  requires  FLEX parser and library to be installed. The G  FLEX command is supposed to be understood and  the  FLEX  library  and   include file installed.   Platform --------G  This software has been tested on VAX OpenVMS 6.1 and Alpha OpenVMS 6.2 G  using respectively VAXC V3.2-044 and DECC  V6.0-001.   Executable  are A  provided in case you do not have FLEX installed on your machine.    Compilation  -----------  Apart of that :  	$ MMK				on VAX or Alpha  	or  	$ MMS				on VAX" 	$ MMS/MACRO=(__AXP__=1)		on Alpha     Installation ------------  You can either 5  - Define a global symbol CHTEXT :== $dev:[dir]CHTEXT 4  - Place the executable in DCL$PATH (VMS 6.2 and up)$  - Insert the following in DCLTABLES 	define verb CHTEXT  		image dev:[dir]CHTEXT.EXE  		cliflags(foreign)   G  Remember  to  also  install  the help file where it should be.  If you ,  don't want to, help is available on-line at7 	http://nucwww.chem.sunysb.edu/helplib/@hvmsapps/CHTEXT      Problem ? Bugs ? ----------------H  None that I know off but if you find one, please report immediatly ...    Author -------  Jrme LAURET ; jlauret@mail.chem.sunysb.edu         