URL2HTML version 1.0
Author: Xia Feng
Email: fengmm@hotmail.com
url: http://members.xoom.com/lijie/
Date: Nov. 1998

This is a tool to  covert  Internet Explorer's" Favorite" bookmarks  to a HTML file in Netscape bookmark file format.

This is a freeware. two versions of source code included: C++ and Java. Either version is a complete application source.

url2html is release under GNU GPL license agreement.

*** Installation ***

    This is a self-extracting ZIP file, you can install it as
    follows:

    * On Windows 95 or Windows NT 4.0:  select Run from the
      Taskbar Start menu, type the full name of the file (for
      example, C:\DNLOAD\URL2HTML.EXE), press the Enter key, and
      follow the prompts.

    * On Windows 3.1 or Windows NT 3.51:  activate the Program
      Manager, select Run from the File menu, type the full name
      of the file (for example, C:\DNLOAD\URL2HTML.EXE), press the
      Enter key, and follow the prompts.

*** Usage ***

    After installing, you can use URL2HTML in following way:
    1, URL2HTML
	If you don't input any arguments, URL2HTML will use the default
	windows favorite directory: c:\windows\favorite, and generate a
	html file named bookmark.html on your current directory;

    2, URL2HTML c:\mydirectory\mybookmark.html
	If you input one argument, URL2HTML will use the default
	windows favorite directory: c:\windows\favorite, and generate a
	html file named mybookmark.html on your directory:c:\mydirectory;

    3, URL2HTML c:\mydirectory\mybookmark.html c:\win\favorite
	If you input two arguments, URL2HTML will use c:\win\favorite 
	as the windows favorite directory, and generate a
	html file named mybookmark.html on your directory:c:\mydirectory;

*** List Of Files ***

The URL2HTML package consists of the following files, and has java and c++
verions of source code.

    URL2HTML.exe   the executable program, compiled from C++ source.
    README.TXT     introductory information

C++ source:
    URL2HTML.cpp   c++ source file
    URL2HTML.h     c++ header file
    
Java source:
    URL2HTML.java  java source file
    CFavorite.java java source file
    URL2HTML.class  java class file
    CFavorite.class java class file

###
If you have find some problems or have suggestions, please
inform me by sendin email to : fengmm@hotmail.com