LayerManager For AutoCAD r14
Copyright (C) 2000 David Trotz Jr

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA


email: dtrotzjr@inreach.com
Release date: 10-17-2000

Notes:
1. This version of LayerManager requires a version of AutoCAd r14 in which VBA
	has been installed. Check with your systems administrator if you are
	unsure if VBA has been installed.

Installation:
1. Unpack files to desired Location. (i.e. "C:\Program Files\LayerManager\")
	Edit the path in the LayerManager.lsp to point to the location of the
	installed LayerManager.dvb file.
	(Example: "C:\\Program Files\\LayerManager\\LayerManager.dvb")
2. If you want the program to autoload each time you load AutoCAD add the following
	line to your acad.lsp file found in your AutoCAD support search path.
	(load "C:\\Program Files\\LayerManager\\LayerManager.lsp")
3. If you want to load it manually type appload at the commmand prompt and find the
	LayerManager.lsp file. Click "Load" to load it.
4. To run type lmanage. See the help file included on how to use and configure
	LayerManager further.

Enjoy!!!
