These are the instructions on how to install Batik 1.0:
(NOTE: All backslashes have been converted to "|" for clarity)
	1. Download the Batik_install.zip installation package 
	   (which you have already done) and extract it to a temporary
	   directory.
	2. Double click on the Setup.exe file to begin the 
	   installation process.
	3. The install wizard will guide you through extracting the 
	   program to its destination.
	4. Open the C:|GDE folder and run the 
	   "Batik - Operations Package.exe" to install the Java runtime
	   components.  After completion, you should see a new folder,
	   C:|GDE|SOURCE CODE.  You may then delete the Batik - 
	   Operations Package.exe file.
	5. Open your Autoexec.bat file (found in your C:| directory) for
	   editing. Use Notepad, or another text editor.
	6. To the PATH line, add "C:|GDE|BIN" it will look somewhat 
	   like:  PATH=C:|;C:|WINDOWS;C:|WINDOWS|COMMAND;C:|GDE|BIN
	7. You must create a new line after PATH or SET PATH (if there
	   is one. Name it SET CLASSPATH, and let it look like:
	   SET CLASSPATH=C:|GDE|BIN
	   (Steps 8 and 9 are ESSENTIAL to this application, your Build
	   functions will not work unless these modifications are done.)
	8. Save your modifications to Autoexec.bat and exit Notepad.
	9. You must restart your computer for these modifications to 
	   take effect.
       10. You may delete the installation files to save storage space.
       11. Start your application by clicking on the Batik.exe file, 
	   and you are on your way to programming in Java!
