                 BAT2CSH, Version 1.20, Release June 14, 1996

Description
-----------
BAT2CSH is a filter program that translates MSDOS batch files to UNIX C 
shell scripts.  It reads from standard input and writes to standard output.  
Usage instructions can be found in the file bat2csh.man.


Installation
------------
1. You should have all the files listed in the MANIFEST file.
2. Copy BAT2CSH.EXE to a directory on your path.
3. Copy BAT2CSH.MAN to a directory where you keep your documentation,
   or print it for reference.

Source Code
-----------
Complete source code for BAT2CSH is provided.  If you need to compile
the source code, you will need LEX and a C compiler.  I used FLEX 2.5.1 
and Borland C 3.1.  The MAKEFILE is set up for this combination.

The FLEX output is in lexyy.c.  If you don't have FLEX or don't want 
to find it on the Internet, you can make minor changes to this file 
and recompile.  Usually it is better to use FLEX (or another LEX) and 
make changes directly to bat2csh.l.

Distribution
------------
Unlimited/Public Domain.  As a professional courtesy, please reference 
the original source in any derived work.

Disclaimer
----------
This software is provided "AS IS" and without any express or implied
warranties, including, without limitation, the implied warranties of
merchantability and fitness for a particular purpose.

Author
------
Bill Pierpoint
wpierpoint@aem-east.com
