                                                                (06-13-2009)

                            EDITING.TXT For...

                       9xClone.bat:  9x Clone (v1.3)
                       *****************************


This document will attempt to simplify the editing of (9xClone.bat).


1) (9xClone.bat), when run, performs an MD5 self-integrity check.  If it is
   edited improperly, the self-integrity test will not pass, and the program
   will abort.

   After making desired changes to (9xClone.bat), the following line
   (at label :0I) within it must then be updated...

   [type %!PATH% | find /v "`" | md5 -c"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"]

   ...where "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" is a 32-character MD5
   checksum.  What needs to be updated in this line is the MD5 checksum.
   The default 9x Clone inserted MD5 checksum is...

   a79d808f223ba773fa47e867e16878c8

   Instructions for getting an updated MD5 checksum for (9xClone.bat) are
   below.


PROCEDURE TO GET NEW MD5 CHECKSUM
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* Save the newly-edited (9xClone.bat) file.

* Copy (Get_MD5.bat) and the newly-edited (9xClone.bat) to the same
  directory (of course, they may already be in the same directory).

* If (MD5SUM.EXE) is not already installed to one of the system's %PATH%
  directories, then either install it to one now, or just copy it to the
  same directory that the files (Get_MD5.bat) and (9xClone.bat) are in.

* Run (Get_MD5.bat).  This should launch Notepad with the new MD5 checksum
  displayed.

* Copy the MD5 checksum into the newly-edited (9xClone.bat) replacing the
  old checksum.  Then just save the file and it's "good-to-go".


                                  THE END
