                 BAT2CSH, Version 1.10, Release May 23, 1995

Description
-----------
BAT2CSH is a filter program that translates DOS batch files to UNIX C shell
scripts.  It reads from standard input and writes to standard output.  

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.  To recompile, 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.

FLEX 2.5.1 was obtained via anonymous ftp from oak.oakland.edu
(141.210.10.117), directory SimTel/msdos/gnuish, file flex251x.zip.  

The FLEX output is in lexyy.c.  If you don't have FLEX and don't want 
to get it, you can make minor changes to this file and recompile.  
Usually it is better to use FLEX 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
------
Can be reached over the Internet at:

        bill@anacapa.nfesc.navy.mil
or
        73545.207@compuserve.com
