                        HTML FILE COMMENT STRIPER & OPTIMIZER
                A Necessity in today's GUI WYSIWYG HTML Editors Era  
                                By Shrishail Rana
            www.geocities.com/SiliconValley/Port/4733/index.html

        Syntax: HCR file | files eg. %s *.html to optimizes files 
	in current directory.

	This programe removes comments from the html files making them 
	smaller and faster.  It uses simple algorithm taken from K&R C
	book to remove comments.
	
	In today's GUI world html editors to prevent formating add lots
	of comments in HTML files which are not necessary after completion 
	of project. This programe is specially optimized for Microsoft
	Frontpage 98 and Macromedia Dreamweaver.
	
	Eg. I inserted theme in a Html file of about 100 KB in MS Frontpage
	after completing the formating and saving file was blown up to 
	135 KB. After running HCR File was reduced to 115 KB.  A small saving
	but compare this if you have large and many files.

	Source code alongwith the program is provided and can be used 
	as per your wish.

	Program was compiled with Borland C++ Still great.

	!!!!!	NOT TO BE USED ON PAGES USING JAVASCRIPT OR VB SCRIPT  !!!!!
	!!!!!		OR ANY OTHER SCRIPT LANGUAGE. 		       !!!!!