NOCMNT removes comments from source code files.  It works with c, 
assembler and basic, processing the code based on the input filename's 
extension.  This behavior may be overridden via commandline options 
/a, /b, and /c.

Both single and multiple-line c and c++-style comments are removed.
Your original file is unchanged, a new stripped version is created
with an extension of ".aX", where 'a' == the original first char.
(MYCODE.C produces output called MYCODE.CX, for example.)

NOCMNT /? for help.

Version 1.0 released 7/15/95, copyright 1995 by Bamboo Software.
Programmer: Frank Brown
browf@well.com
