HTML_Adder v1.03

Kazunobu Uda
6-24-17-202 Nishiarai,
Adachi-ku, Tokyo 123-0841
Japan
http://www.b8y.info/

Overview: -
It is a software that has been produced to adding the same sentence, for a lot of HTML files.
At first, Edit the "conf.txt" file in C:\htm35a1 folder.
(Please refer to the Below.)
Then double-click the html_adder.exe.
(Please wait a while.)
The same text will be added to all HTMLs.
It is also possible to specify the language.


About "conf.txt": -
In Editta included with Windows, please describe with no spaces before or after.

 The first line : 
   Enter the full path of the folder where the HTML files are stored.

 Second line :
   Symbols that are supported by Java, please specify the character encoding of the file.
   http://docs.oracle.com/javase/1.4.2/docs/guide/intl/encoding.doc.html

 Third line :
   Directly enter the line in the HTML file that is made by you, have a language specified.
   <html lang="ja"> is possible in many cases.

 Line 4 :
   Fill in the lines that appear only once in your HTML.
   It will be the basis of whether you want to add to any location.

 Line 5 :
  Fill byte numbers after how many lines from the reference line(Line4).

 After line 6 :
  Enter the text that you want to add.
  It can fill any number of lines.

For example
----------------------------------
C:\myhp\test\html\
UTF-8
<html lang="ja">
<meta name="coverage" content="worldwide">
1
<meta http-equiv="Content-Language" content="ja">
----------------------------------

Example2
----------------------------------
C:\myhp\test\html\
UTF-8
<html lang="en">
<body>
10
<div class="M5_1_content T1_1_mod_margin">
	<ul class="Link_List">
		<li class="M5_1_link1"><a href="http://www.miracles-m.com/free_9_8.html" accesskey="4">menu1</a></li>
		<li><a href="http://www.miracles-m.com/free_9_8.html"><img src="./image/botton06.gif" alt="test" title="line" WIDTH="129" HEIGHT="43"></a></li>
		<li class="M5_1_link3"><a href="http://www.miracles-m.com/free_9_3.html" accesskey="5">menu3</a></li>
		<li class="M5_1_link7"><a href="http://www.miracles-m.com/free_9_2.html">menu4</a></li>
		<li class="M5_1_link8"><a href="http://www.miracles-m.com/free_9_1.html" accesskey="6">menu5</a></li>
		<li class="M5_1_link8"><a href="http://www.miracles-m.com/onlyp/onlypro.html" accesskey="7">menu6</a></li>
		<li class="M5_1_link8"><a href="http://www.miracles-m.com/free_9100.html" accesskey="7">menu7</a></li>
	</ul>
</div>
-----------------------------------



Notes : -

*  The first line, Please do not forget to "\" at the last.

*  Connecting to the Internet is not required.
    This is the only add local files.

*  Requires the Java Runtime Environment.

------------------------------------------
*   Please take a backup of the HTMLs before execution.
------------------------------------------

*   Until the fifth row from the first row, please do not include spaces before or after.
     The third and fourth lines, must be exactly the same as your HTML file.

*   If it does not work, please review the "C:\htm35a1\conf.txt".
    The position of the folders and files can not change.

*   I am not to guarantee operation in all environments.
    Please confirm the operation by the free version. before this.
    Please take a backup of the HTMLs before execution.